#785C3C

Color #785C3C Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #785C3C

Tints of Shingle Fawn #785C3C

Color information

#785C3C (or 0x785C3C) is unknown color: approx Shingle Fawn. HEX triplet: 78, 5C and 3C. RGB value is (120,92,60). Sum of RGB (Red+Green+Blue) = 120+92+60=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #785C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785C3C is #87A3C3. Grayscale: #606060. Windows color (decimal): -8889284 or 3955832. OLE color: 3955832.

HSL color Cylindrical-coordinate representation of color #785C3C: hue angle of 32º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #785C3C is Cyan = 0, Magento = 0.23, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB1209260-
CMYK00.230.50.53
HSL32º33.33%35.29%-
HSV(B)32º50%47.06%-
XYZ12.3911.975.93-
YUV96.72107.28144.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.12%
GREEN value IS 92 (36.33% from 255) = 33.82%
BLUE value IS 60 (23.83% from 255) = 22.06%
R=44.12%
G=33.82%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120926000.230.50.533233.3335.29
Hex785C3C0173235202123
Octal170134740276265404143
Binary11110001011100111100010111110010110101100000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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