#785A3C

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

Shades of Shingle Fawn #785A3C

Tints of Shingle Fawn #785A3C

Color information

#785A3C (or 0x785A3C) is unknown color: approx Shingle Fawn. HEX triplet: 78, 5A and 3C. RGB value is (120,90,60). Sum of RGB (Red+Green+Blue) = 120+90+60=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #785A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785A3C is #87A5C3. Grayscale: #5F5F5F. Windows color (decimal): -8889796 or 3955320. OLE color: 3955320.

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

Color convert

RGB1209060-
CMYK00.250.50.53
HSL30º33.33%35.29%-
HSV(B)30º50%47.06%-
XYZ12.2211.635.88-
YUV95.55107.94145.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 90 (35.55% from 255) = 33.33%
BLUE value IS 60 (23.83% from 255) = 22.22%
R=44.44%
G=33.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120906000.250.50.533033.3335.29
Hex785A3C01932351e2123
Octal170132740316265364143
Binary1111000101101011110001100111001011010111110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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