#78580A

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

Shades of Raw Umber #78580A

Tints of Raw Umber #78580A

Color information

#78580A (or 0x78580A) is unknown color: approx Raw Umber. HEX triplet: 78, 58 and 0A. RGB value is (120,88,10). Sum of RGB (Red+Green+Blue) = 120+88+10=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #78580A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78580A is #87A7F5. Grayscale: #595959. Windows color (decimal): -8890358 or 678008. OLE color: 678008.

HSL color Cylindrical-coordinate representation of color #78580A: hue angle of 42.55º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78580A is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1208810-
CMYK00.270.920.53
HSL42.55º84.62%25.49%-
HSV(B)42.55º91.67%47.06%-
XYZ11.2910.991.81-
YUV88.6883.6150.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.05%
GREEN value IS 88 (34.77% from 255) = 40.37%
BLUE value IS 10 (4.30% from 255) = 4.59%
R=55.05%
G=40.37%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120881000.270.920.5342.5584.6225.49
Hex7858A01B5C352b5519
Octal17013012033134655312531
Binary1111000101100010100110111011100110101101011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78580A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78580A; }

 p { color: rgb(120,88,10); }

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

<style>
 a { background-color: #78580A; }

 a { background-color: rgb(120,88,10); }

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

<style>
 span { border-color: #78580A; }

 span { border-color: rgb(120,88,10); }

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