#785F3C

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

Shades of Shingle Fawn #785F3C

Tints of Shingle Fawn #785F3C

Color information

#785F3C (or 0x785F3C) is unknown color: approx Shingle Fawn. HEX triplet: 78, 5F and 3C. RGB value is (120,95,60). Sum of RGB (Red+Green+Blue) = 120+95+60=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #785F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785F3C is #87A0C3. Grayscale: #626262. Windows color (decimal): -8888516 or 3956600. OLE color: 3956600.

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

Color convert

RGB1209560-
CMYK00.210.50.53
HSL35º33.33%35.29%-
HSV(B)35º50%47.06%-
XYZ12.6512.56.02-
YUV98.48106.28143.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.64%
GREEN value IS 95 (37.5% from 255) = 34.55%
BLUE value IS 60 (23.83% from 255) = 21.82%
R=43.64%
G=34.55%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120956000.210.50.533533.3335.29
Hex785F3C0153235232123
Octal170137740256265434143
Binary11110001011111111100010101110010110101100011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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