#72410B

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

Shades of Raw Umber #72410B

Tints of Raw Umber #72410B

Color information

#72410B (or 0x72410B) is unknown color: approx Raw Umber. HEX triplet: 72, 41 and 0B. RGB value is (114,65,11). Sum of RGB (Red+Green+Blue) = 114+65+11=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #72410B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72410B is #8DBEF4. Grayscale: #494949. Windows color (decimal): -9289461 or 737650. OLE color: 737650.

HSL color Cylindrical-coordinate representation of color #72410B: hue angle of 31.46º 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 #72410B is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1146511-
CMYK00.430.900.55
HSL31.46º82.4%24.51%-
HSV(B)31.46º90.35%44.71%-
XYZ8.897.381.27-
YUV73.592.73156.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 11 (4.69% from 255) = 5.79%
R=60%
G=34.21%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114651100.430.900.5531.4682.424.51
Hex7241B02B5A371f5219
Octal16210113053132673712231
Binary1110010100000110110101011101101011011111111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72410B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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