#78450E

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

Shades of Raw Umber #78450E

Tints of Raw Umber #78450E

Color information

#78450E (or 0x78450E) is unknown color: approx Raw Umber. HEX triplet: 78, 45 and 0E. RGB value is (120,69,14). Sum of RGB (Red+Green+Blue) = 120+69+14=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #78450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78450E is #87BAF1. Grayscale: #4E4E4E. Windows color (decimal): -8895218 or 935288. OLE color: 935288.

HSL color Cylindrical-coordinate representation of color #78450E: hue angle of 31.13º 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 #78450E is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1206914-
CMYK00.420.880.53
HSL31.13º79.1%26.27%-
HSV(B)31.13º88.33%47.06%-
XYZ9.958.281.49-
YUV77.9891.9157.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.11%
GREEN value IS 69 (27.34% from 255) = 33.99%
BLUE value IS 14 (5.86% from 255) = 6.90%
R=59.11%
G=33.99%
B=6.90%

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
Decimal120691400.420.880.5331.1379.126.27
Hex7845E02A58351f4f1a
Octal17010516052130653711732
Binary1111000100010111100101010101100011010111111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78450E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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