#73440F

Color #73440F Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #73440F

Tints of Raw Umber #73440F

Color information

#73440F (or 0x73440F) is unknown color: approx Raw Umber. HEX triplet: 73, 44 and 0F. RGB value is (115,68,15). Sum of RGB (Red+Green+Blue) = 115+68+15=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #73440F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73440F is #8CBBF0. Grayscale: #4C4C4C. Windows color (decimal): -9223153 or 1000563. OLE color: 1000563.

HSL color Cylindrical-coordinate representation of color #73440F: hue angle of 31.8º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73440F is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1156815-
CMYK00.410.870.55
HSL31.8º76.92%25.49%-
HSV(B)31.8º86.96%45.1%-
XYZ9.227.811.47-
YUV76.0193.57155.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 58.08%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 15 (6.25% from 255) = 7.58%
R=58.08%
G=34.34%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115681500.410.870.5531.876.9225.49
Hex7344F0295737204d19
Octal16310417051127674011531
Binary11100111000100111101010011010111110111100000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73440F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73440F; }

 p { color: rgb(115,68,15); }

 H1.HeaderClassName
 {
   color: #73440F;
 }
 .AnyTagClassName
 {
   color: #73440F;
 }
</style>
background-color css

<style>
 a { background-color: #73440F; }

 a { background-color: rgb(115,68,15); }

 div.DivClassName
 {
   background-color: #73440F;
 }
 .BgClassName
 {
   background-color: #73440F;
 }
</style>
border-color css

<style>
 span { border-color: #73440F; }

 span { border-color: rgb(115,68,15); }

 td.TdClassName
 {
   border-color: #73440F;
 }
 .TagClassName
 {
   border-color: #73440F;
 }
</style>