#78420D

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

Shades of Raw Umber #78420D

Tints of Raw Umber #78420D

Color information

#78420D (or 0x78420D) is unknown color: approx Raw Umber. HEX triplet: 78, 42 and 0D. RGB value is (120,66,13). Sum of RGB (Red+Green+Blue) = 120+66+13=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78420D is #87BDF2. Grayscale: #4C4C4C. Windows color (decimal): -8895987 or 868984. OLE color: 868984.

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

Color convert

RGB1206613-
CMYK00.450.890.53
HSL29.72º80.45%26.08%-
HSV(B)29.72º89.17%47.06%-
XYZ9.777.921.39-
YUV76.192.39159.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.30%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 13 (5.47% from 255) = 6.53%
R=60.30%
G=33.17%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120661300.450.890.5329.7280.4526.08
Hex7842D02D59351e501a
Octal17010215055131653612032
Binary1111000100001011010101101101100111010111110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,66,13); }

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

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

 a { background-color: rgb(120,66,13); }

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

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

 span { border-color: rgb(120,66,13); }

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