#72400F

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

Shades of Raw Umber #72400F

Tints of Raw Umber #72400F

Color information

#72400F (or 0x72400F) is unknown color: approx Raw Umber. HEX triplet: 72, 40 and 0F. RGB value is (114,64,15). Sum of RGB (Red+Green+Blue) = 114+64+15=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #72400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72400F is #8DBFF0. Grayscale: #494949. Windows color (decimal): -9289713 or 999538. OLE color: 999538.

HSL color Cylindrical-coordinate representation of color #72400F: hue angle of 29.7º 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 #72400F is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1146415-
CMYK00.440.870.55
HSL29.7º76.74%25.29%-
HSV(B)29.7º86.84%44.71%-
XYZ8.867.281.39-
YUV73.3695.06156.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.07%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 15 (6.25% from 255) = 7.77%
R=59.07%
G=33.16%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114641500.440.870.5529.776.7425.29
Hex7240F02C57371e4d19
Octal16210017054127673611531
Binary1110010100000011110101100101011111011111110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,64,15); }

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

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

 a { background-color: rgb(114,64,15); }

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

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

 span { border-color: rgb(114,64,15); }

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