#72400D

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

Shades of Raw Umber #72400D

Tints of Raw Umber #72400D

Color information

#72400D (or 0x72400D) is unknown color: approx Raw Umber. HEX triplet: 72, 40 and 0D. RGB value is (114,64,13). Sum of RGB (Red+Green+Blue) = 114+64+13=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #72400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72400D is #8DBFF2. Grayscale: #494949. Windows color (decimal): -9289715 or 868466. OLE color: 868466.

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

Color convert

RGB1146413-
CMYK00.440.890.55
HSL30.3º79.53%24.9%-
HSV(B)30.3º88.6%44.71%-
XYZ8.857.271.32-
YUV73.1494.06157.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.69%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 13 (5.47% from 255) = 6.81%
R=59.69%
G=33.51%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114641300.440.890.5530.379.5324.9
Hex7240D02C59371e5019
Octal16210015054131673612031
Binary1110010100000011010101100101100111011111110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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