#805C35

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

Shades of Shingle Fawn #805C35

Tints of Shingle Fawn #805C35

Color information

#805C35 (or 0x805C35) is unknown color: approx Shingle Fawn. HEX triplet: 80, 5C and 35. RGB value is (128,92,53). Sum of RGB (Red+Green+Blue) = 128+92+53=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #805C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805C35 is #7FA3CA. Grayscale: #626262. Windows color (decimal): -8365003 or 3497088. OLE color: 3497088.

HSL color Cylindrical-coordinate representation of color #805C35: hue angle of 31.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #805C35 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB1289253-
CMYK00.280.590.50
HSL31.2º41.44%35.49%-
HSV(B)31.2º58.59%50.2%-
XYZ13.3712.55.08-
YUV98.32102.43149.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.89%
GREEN value IS 92 (36.33% from 255) = 33.70%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=46.89%
G=33.70%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128925300.280.590.5031.241.4435.49
Hex805C3501C3B321f2923
Octal200134650347362375143
Binary10000000101110011010101110011101111001011111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805C35; }

 p { color: rgb(128,92,53); }

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

<style>
 a { background-color: #805C35; }

 a { background-color: rgb(128,92,53); }

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

<style>
 span { border-color: #805C35; }

 span { border-color: rgb(128,92,53); }

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