#72450F

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

Shades of Raw Umber #72450F

Tints of Raw Umber #72450F

Color information

#72450F (or 0x72450F) is unknown color: approx Raw Umber. HEX triplet: 72, 45 and 0F. RGB value is (114,69,15). Sum of RGB (Red+Green+Blue) = 114+69+15=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #72450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72450F is #8DBAF0. Grayscale: #4C4C4C. Windows color (decimal): -9288433 or 1000818. OLE color: 1000818.

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

Color convert

RGB1146915-
CMYK00.390.870.55
HSL32.73º76.74%25.29%-
HSV(B)32.73º86.84%44.71%-
XYZ9.157.871.49-
YUV76.393.41154.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.58%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 15 (6.25% from 255) = 7.58%
R=57.58%
G=34.85%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114691500.390.870.5532.7376.7425.29
Hex7245F0275737214d19
Octal16210517047127674111531
Binary11100101000101111101001111010111110111100001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72450F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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