#72410C

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

Shades of Raw Umber #72410C

Tints of Raw Umber #72410C

Color information

#72410C (or 0x72410C) is unknown color: approx Raw Umber. HEX triplet: 72, 41 and 0C. RGB value is (114,65,12). Sum of RGB (Red+Green+Blue) = 114+65+12=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #72410C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72410C is #8DBEF3. Grayscale: #494949. Windows color (decimal): -9289460 or 803186. OLE color: 803186.

HSL color Cylindrical-coordinate representation of color #72410C: hue angle of 31.18º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72410C is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1146512-
CMYK00.430.890.55
HSL31.18º80.95%24.71%-
HSV(B)31.18º89.47%44.71%-
XYZ8.97.381.3-
YUV73.6193.23156.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.69%
GREEN value IS 65 (25.78% from 255) = 34.03%
BLUE value IS 12 (5.08% from 255) = 6.28%
R=59.69%
G=34.03%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114651200.430.890.5531.1880.9524.71
Hex7241C02B59371f5119
Octal16210114053131673712131
Binary1110010100000111000101011101100111011111111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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