#79520A

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

Shades of Raw Umber #79520A

Tints of Raw Umber #79520A

Color information

#79520A (or 0x79520A) is unknown color: approx Raw Umber. HEX triplet: 79, 52 and 0A. RGB value is (121,82,10). Sum of RGB (Red+Green+Blue) = 121+82+10=213 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.81% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 121 - color contains mainly: red. Hex color #79520A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79520A is #86ADF5. Grayscale: #555555. Windows color (decimal): -8826358 or 676473. OLE color: 676473.

HSL color Cylindrical-coordinate representation of color #79520A: hue angle of 38.92º 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 #79520A is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1218210-
CMYK00.320.920.53
HSL38.92º84.73%25.69%-
HSV(B)38.92º91.74%47.45%-
XYZ10.9610.121.66-
YUV85.4585.42153.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.81%
GREEN value IS 82 (32.42% from 255) = 38.50%
BLUE value IS 10 (4.30% from 255) = 4.69%
R=56.81%
G=38.50%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121821000.320.920.5338.9284.7325.69
Hex7952A0205C3527551a
Octal17112212040134654712532
Binary11110011010010101001000001011100110101100111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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