#72420A

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

Shades of Raw Umber #72420A

Tints of Raw Umber #72420A

Color information

#72420A (or 0x72420A) is unknown color: approx Raw Umber. HEX triplet: 72, 42 and 0A. RGB value is (114,66,10). Sum of RGB (Red+Green+Blue) = 114+66+10=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #72420A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72420A is #8DBDF5. Grayscale: #4A4A4A. Windows color (decimal): -9289206 or 672370. OLE color: 672370.

HSL color Cylindrical-coordinate representation of color #72420A: hue angle of 32.31º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72420A is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1146610-
CMYK00.420.910.55
HSL32.31º83.87%24.31%-
HSV(B)32.31º91.23%44.71%-
XYZ8.947.51.26-
YUV73.9791.9156.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 10 (4.30% from 255) = 5.26%
R=60%
G=34.74%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114661000.420.910.5532.3183.8724.31
Hex7242A02A5B37205418
Octal16210212052133674012430
Binary11100101000010101001010101011011110111100000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72420A; }

 p { color: rgb(114,66,10); }

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

<style>
 a { background-color: #72420A; }

 a { background-color: rgb(114,66,10); }

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

<style>
 span { border-color: #72420A; }

 span { border-color: rgb(114,66,10); }

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