Html Css Color HEX #79420C Raw Umber

📋 copy color: '#79420C'

red 121 ◦ green 66 ◦ blue 12

#79420C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #79420C

Tints of Raw Umber #79420C

RGB

 RED value IS 121 (47.66% from 255) = 60.8%

 GREEN value IS 66 (26.17% from 255) = 33.17%

 BLUE value IS 12 (5.08% from 255) = 6.03%

R = 60.8%
G = 33.17%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#79420C (or 0x79420C) is known color: Raw Umber. HEX triplet: 79, 42 and 0C. RGB value is (121,66,12). Sum of RGB (Red+Green+Blue) = 121+66+12=199 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.80% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 121 - color contains mainly: red. Hex color #79420C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79420C is #86BDF3. Grayscale: #4C4C4C. Windows color (decimal): -8830452 or 803449. OLE color: 803449.

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

Color convert

RGB 121 66 12 -
CMYK 0 0.45 0.90 0.53
HSL 29.72º 0.82% 0.26% -
HSV(B) 29.72º 0.9% 0.47% -
XYZ 9.9 7.99 1.37 -
YUV 76.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 121 66 12 0 0.45 0.90 0.53 29.72 0.82 0.26
Hex 79 42 C 0 2D 5A 35 1E 52 1A
Octal 171 102 14 0 55 132 65 36 122 32
Binary 1111001 1000010 1100 0 101101 1011010 110101 11110 1010010 11010

Color Harmonies of #79420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79420C

Black with #79420C

Text Example


Text Example

White with #79420C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #79420C;
 }
 .AnyTagClassName
 {
   color: #79420C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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