#72520B

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

Shades of Raw Umber #72520B

Tints of Raw Umber #72520B

Color information

#72520B (or 0x72520B) is unknown color: approx Raw Umber. HEX triplet: 72, 52 and 0B. RGB value is (114,82,11). Sum of RGB (Red+Green+Blue) = 114+82+11=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #72520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72520B is #8DADF4. Grayscale: #535353. Windows color (decimal): -9285109 or 742002. OLE color: 742002.

HSL color Cylindrical-coordinate representation of color #72520B: hue angle of 41.36º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72520B is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1148211-
CMYK00.280.900.55
HSL41.36º82.4%24.51%-
HSV(B)41.36º90.35%44.71%-
XYZ10.029.641.65-
YUV83.4787.1149.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.07%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 11 (4.69% from 255) = 5.31%
R=55.07%
G=39.61%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114821100.280.900.5541.3682.424.51
Hex7252B01C5A37295219
Octal16212213034132675112231
Binary1110010101001010110111001011010110111101001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72520B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72520B; }

 p { color: rgb(114,82,11); }

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

<style>
 a { background-color: #72520B; }

 a { background-color: rgb(114,82,11); }

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

<style>
 span { border-color: #72520B; }

 span { border-color: rgb(114,82,11); }

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