#72410D

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

Shades of Raw Umber #72410D

Tints of Raw Umber #72410D

Color information

#72410D (or 0x72410D) is unknown color: approx Raw Umber. HEX triplet: 72, 41 and 0D. RGB value is (114,65,13). Sum of RGB (Red+Green+Blue) = 114+65+13=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #72410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72410D is #8DBEF2. Grayscale: #494949. Windows color (decimal): -9289459 or 868722. OLE color: 868722.

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

Color convert

RGB1146513-
CMYK00.430.890.55
HSL30.89º79.53%24.9%-
HSV(B)30.89º88.6%44.71%-
XYZ8.97.391.34-
YUV73.7293.73156.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.38%
GREEN value IS 65 (25.78% from 255) = 33.85%
BLUE value IS 13 (5.47% from 255) = 6.77%
R=59.38%
G=33.85%
B=6.77%

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
Decimal114651300.430.890.5530.8979.5324.9
Hex7241D02B59371f5019
Octal16210115053131673712031
Binary1110010100000111010101011101100111011111111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72410D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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