#785B0C

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

Shades of Raw Umber #785B0C

Tints of Raw Umber #785B0C

Color information

#785B0C (or 0x785B0C) is unknown color: approx Raw Umber. HEX triplet: 78, 5B and 0C. RGB value is (120,91,12). Sum of RGB (Red+Green+Blue) = 120+91+12=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #785B0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785B0C is #87A4F3. Grayscale: #5B5B5B. Windows color (decimal): -8889588 or 809848. OLE color: 809848.

HSL color Cylindrical-coordinate representation of color #785B0C: hue angle of 43.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #785B0C is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1209112-
CMYK00.240.900.53
HSL43.89º81.82%25.88%-
HSV(B)43.89º90%47.06%-
XYZ11.5511.51.96-
YUV90.6683.61148.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.81%
GREEN value IS 91 (35.94% from 255) = 40.81%
BLUE value IS 12 (5.08% from 255) = 5.38%
R=53.81%
G=40.81%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120911200.240.900.5343.8981.8225.88
Hex785BC0185A352c521a
Octal17013314030132655412232
Binary1111000101101111000110001011010110101101100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785B0C; }

 p { color: rgb(120,91,12); }

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

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

 a { background-color: rgb(120,91,12); }

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

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

 span { border-color: rgb(120,91,12); }

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