#785c12

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

Shades of Raw Umber #785C12

Tints of Raw Umber #785C12

Color information

#785C12 (or 0x785C12) is unknown color: approx Raw Umber. HEX triplet: 78, 5C and 12. RGB value is (120,92,18). Sum of RGB (Red+Green+Blue) = 120+92+18=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #785C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785C12 is #87A3ED. Grayscale: #5C5C5C. Windows color (decimal): -8889326 or 1203320. OLE color: 1203320.

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

Color convert

RGB1209218-
CMYK00.230.850.53
HSL43.53º73.91%27.06%-
HSV(B)43.53º85%47.06%-
XYZ11.6811.692.21-
YUV91.9486.28148.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.17%
GREEN value IS 92 (36.33% from 255) = 40%
BLUE value IS 18 (7.42% from 255) = 7.83%
R=52.17%
G=40%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120921800.230.850.5343.5373.9127.06
Hex785C1201755352c4a1b
Octal17013422027125655411233
Binary11110001011100100100101111010101110101101100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785c12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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