#72570F

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

Shades of Raw Umber #72570F

Tints of Raw Umber #72570F

Color information

#72570F (or 0x72570F) is unknown color: approx Raw Umber. HEX triplet: 72, 57 and 0F. RGB value is (114,87,15). Sum of RGB (Red+Green+Blue) = 114+87+15=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #72570F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72570F is #8DA8F0. Grayscale: #575757. Windows color (decimal): -9283825 or 1005426. OLE color: 1005426.

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

Color convert

RGB1148715-
CMYK00.240.870.55
HSL43.64º76.74%25.29%-
HSV(B)43.64º86.84%44.71%-
XYZ10.4310.431.91-
YUV86.8687.45147.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.78%
GREEN value IS 87 (34.38% from 255) = 40.28%
BLUE value IS 15 (6.25% from 255) = 6.94%
R=52.78%
G=40.28%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114871500.240.870.5543.6476.7425.29
Hex7257F01857372c4d19
Octal16212717030127675411531
Binary1110010101011111110110001010111110111101100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72570F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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