#785A0C

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

Shades of Raw Umber #785A0C

Tints of Raw Umber #785A0C

Color information

#785A0C (or 0x785A0C) is unknown color: approx Raw Umber. HEX triplet: 78, 5A and 0C. RGB value is (120,90,12). Sum of RGB (Red+Green+Blue) = 120+90+12=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #785A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785A0C is #87A5F3. Grayscale: #5A5A5A. Windows color (decimal): -8889844 or 809592. OLE color: 809592.

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

Color convert

RGB1209012-
CMYK00.250.900.53
HSL43.33º81.82%25.88%-
HSV(B)43.33º90%47.06%-
XYZ11.4711.331.93-
YUV90.0883.94149.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.05%
GREEN value IS 90 (35.55% from 255) = 40.54%
BLUE value IS 12 (5.08% from 255) = 5.41%
R=54.05%
G=40.54%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120901200.250.900.5343.3381.8225.88
Hex785AC0195A352b521a
Octal17013214031132655312232
Binary1111000101101011000110011011010110101101011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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