#785012

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

Shades of Raw Umber #785012

Tints of Raw Umber #785012

Color information

#785012 (or 0x785012) is unknown color: approx Raw Umber. HEX triplet: 78, 50 and 12. RGB value is (120,80,18). Sum of RGB (Red+Green+Blue) = 120+80+18=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #785012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785012 is #87AFED. Grayscale: #555555. Windows color (decimal): -8892398 or 1200248. OLE color: 1200248.

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

Color convert

RGB1208018-
CMYK00.330.850.53
HSL36.47º73.91%27.06%-
HSV(B)36.47º85%47.06%-
XYZ10.729.771.89-
YUV84.8990.25153.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.05%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 18 (7.42% from 255) = 8.26%
R=55.05%
G=36.70%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120801800.330.850.5336.4773.9127.06
Hex7850120215535244a1b
Octal17012022041125654411233
Binary111100010100001001001000011010101110101100100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785012; }

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

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

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

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

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

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

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

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