#72460D

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

Shades of Raw Umber #72460D

Tints of Raw Umber #72460D

Color information

#72460D (or 0x72460D) is unknown color: approx Raw Umber. HEX triplet: 72, 46 and 0D. RGB value is (114,70,13). Sum of RGB (Red+Green+Blue) = 114+70+13=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #72460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72460D is #8DB9F2. Grayscale: #4C4C4C. Windows color (decimal): -9288179 or 870002. OLE color: 870002.

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

Color convert

RGB1147013-
CMYK00.390.890.55
HSL33.86º79.53%24.9%-
HSV(B)33.86º88.6%44.71%-
XYZ9.27.991.44-
YUV76.6692.08154.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.87%
GREEN value IS 70 (27.73% from 255) = 35.53%
BLUE value IS 13 (5.47% from 255) = 6.60%
R=57.87%
G=35.53%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114701300.390.890.5533.8679.5324.9
Hex7246D0275937225019
Octal16210615047131674212031
Binary11100101000110110101001111011001110111100010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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