#785A35

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

Shades of Shingle Fawn #785A35

Tints of Shingle Fawn #785A35

Color information

#785A35 (or 0x785A35) is unknown color: approx Shingle Fawn. HEX triplet: 78, 5A and 35. RGB value is (120,90,53). Sum of RGB (Red+Green+Blue) = 120+90+53=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #785A35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785A35 is #87A5CA. Grayscale: #5E5E5E. Windows color (decimal): -8889803 or 3496568. OLE color: 3496568.

HSL color Cylindrical-coordinate representation of color #785A35: hue angle of 33.13º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #785A35 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1209053-
CMYK00.250.560.53
HSL33.13º38.73%33.92%-
HSV(B)33.13º55.83%47.06%-
XYZ12.0411.564.97-
YUV94.75104.44146.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.63%
GREEN value IS 90 (35.55% from 255) = 34.22%
BLUE value IS 53 (21.09% from 255) = 20.15%
R=45.63%
G=34.22%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120905300.250.560.5333.1338.7333.92
Hex785A350193835212722
Octal170132650317065414742
Binary11110001011010110101011001111000110101100001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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