#78460E

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

Shades of Raw Umber #78460E

Tints of Raw Umber #78460E

Color information

#78460E (or 0x78460E) is unknown color: approx Raw Umber. HEX triplet: 78, 46 and 0E. RGB value is (120,70,14). Sum of RGB (Red+Green+Blue) = 120+70+14=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #78460E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78460E is #87B9F1. Grayscale: #4E4E4E. Windows color (decimal): -8894962 or 935544. OLE color: 935544.

HSL color Cylindrical-coordinate representation of color #78460E: hue angle of 31.7º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78460E is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1207014-
CMYK00.420.880.53
HSL31.7º79.1%26.27%-
HSV(B)31.7º88.33%47.06%-
XYZ10.028.411.51-
YUV78.5791.56157.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.82%
GREEN value IS 70 (27.73% from 255) = 34.31%
BLUE value IS 14 (5.86% from 255) = 6.86%
R=58.82%
G=34.31%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120701400.420.880.5331.779.126.27
Hex7846E02A5835204f1a
Octal17010616052130654011732
Binary11110001000110111001010101011000110101100000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78460E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78460E; }

 p { color: rgb(120,70,14); }

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

<style>
 a { background-color: #78460E; }

 a { background-color: rgb(120,70,14); }

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

<style>
 span { border-color: #78460E; }

 span { border-color: rgb(120,70,14); }

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