#79420A

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

Shades of Raw Umber #79420A

Tints of Raw Umber #79420A

Color information

#79420A (or 0x79420A) is unknown color: approx Raw Umber. HEX triplet: 79, 42 and 0A. RGB value is (121,66,10). Sum of RGB (Red+Green+Blue) = 121+66+10=197 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.42% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 121 - color contains mainly: red. Hex color #79420A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79420A is #86BDF5. Grayscale: #4C4C4C. Windows color (decimal): -8830454 or 672377. OLE color: 672377.

HSL color Cylindrical-coordinate representation of color #79420A: hue angle of 30.27º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #79420A is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1216610-
CMYK00.450.920.53
HSL30.27º84.73%25.69%-
HSV(B)30.27º91.74%47.45%-
XYZ9.897.981.31-
YUV76.0690.72160.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 61.42%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 10 (4.30% from 255) = 5.08%
R=61.42%
G=33.50%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121661000.450.920.5330.2784.7325.69
Hex7942A02D5C351e551a
Octal17110212055134653612532
Binary1111001100001010100101101101110011010111110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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