#72580F

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

Shades of Raw Umber #72580F

Tints of Raw Umber #72580F

Color information

#72580F (or 0x72580F) is unknown color: approx Raw Umber. HEX triplet: 72, 58 and 0F. RGB value is (114,88,15). Sum of RGB (Red+Green+Blue) = 114+88+15=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #72580F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72580F is #8DA7F0. Grayscale: #575757. Windows color (decimal): -9283569 or 1005682. OLE color: 1005682.

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

Color convert

RGB1148815-
CMYK00.230.870.55
HSL44.24º76.74%25.29%-
HSV(B)44.24º86.84%44.71%-
XYZ10.5210.591.94-
YUV87.4587.11146.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.53%
GREEN value IS 88 (34.77% from 255) = 40.55%
BLUE value IS 15 (6.25% from 255) = 6.91%
R=52.53%
G=40.55%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114881500.230.870.5544.2476.7425.29
Hex7258F01757372c4d19
Octal16213017027127675411531
Binary1110010101100011110101111010111110111101100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72580F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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