#785B0A

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

Shades of Raw Umber #785B0A

Tints of Raw Umber #785B0A

Color information

#785B0A (or 0x785B0A) is unknown color: approx Raw Umber. HEX triplet: 78, 5B and 0A. RGB value is (120,91,10). Sum of RGB (Red+Green+Blue) = 120+91+10=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #785B0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785B0A is #87A4F5. Grayscale: #5A5A5A. Windows color (decimal): -8889590 or 678776. OLE color: 678776.

HSL color Cylindrical-coordinate representation of color #785B0A: hue angle of 44.18º 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 #785B0A is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1209110-
CMYK00.240.920.53
HSL44.18º84.62%25.49%-
HSV(B)44.18º91.67%47.06%-
XYZ11.5411.51.9-
YUV90.4482.61149.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.30%
GREEN value IS 91 (35.94% from 255) = 41.18%
BLUE value IS 10 (4.30% from 255) = 4.52%
R=54.30%
G=41.18%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120911000.240.920.5344.1884.6225.49
Hex785BA0185C352c5519
Octal17013312030134655412531
Binary1111000101101110100110001011100110101101100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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