#78500F

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

Shades of Raw Umber #78500F

Tints of Raw Umber #78500F

Color information

#78500F (or 0x78500F) is unknown color: approx Raw Umber. HEX triplet: 78, 50 and 0F. RGB value is (120,80,15). Sum of RGB (Red+Green+Blue) = 120+80+15=215 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.81% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 120 - color contains mainly: red. Hex color #78500F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78500F is #87AFF0. Grayscale: #545454. Windows color (decimal): -8892401 or 1003640. OLE color: 1003640.

HSL color Cylindrical-coordinate representation of color #78500F: hue angle of 37.14º degrees, saturation: 0.78, 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 #78500F is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1208015-
CMYK00.330.870.53
HSL37.14º77.78%26.47%-
HSV(B)37.14º87.5%47.06%-
XYZ10.79.761.77-
YUV84.5588.75153.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.81%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 15 (6.25% from 255) = 6.98%
R=55.81%
G=37.21%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120801500.330.870.5337.1477.7826.47
Hex7850F0215735254e1a
Octal17012017041127654511632
Binary11110001010000111101000011010111110101100101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78500F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78500F; }

 p { color: rgb(120,80,15); }

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

<style>
 a { background-color: #78500F; }

 a { background-color: rgb(120,80,15); }

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

<style>
 span { border-color: #78500F; }

 span { border-color: rgb(120,80,15); }

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