#72540F

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

Shades of Raw Umber #72540F

Tints of Raw Umber #72540F

Color information

#72540F (or 0x72540F) is unknown color: approx Raw Umber. HEX triplet: 72, 54 and 0F. RGB value is (114,84,15). Sum of RGB (Red+Green+Blue) = 114+84+15=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72540F is #8DABF0. Grayscale: #555555. Windows color (decimal): -9284593 or 1004658. OLE color: 1004658.

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

Color convert

RGB1148415-
CMYK00.260.870.55
HSL41.82º76.74%25.29%-
HSV(B)41.82º86.84%44.71%-
XYZ10.29.951.84-
YUV85.188.44148.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.52%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 15 (6.25% from 255) = 7.04%
R=53.52%
G=39.44%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114841500.260.870.5541.8276.7425.29
Hex7254F01A57372a4d19
Octal16212417032127675211531
Binary1110010101010011110110101010111110111101010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72540F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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