#805E35

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

Shades of Shingle Fawn #805E35

Tints of Shingle Fawn #805E35

Color information

#805E35 (or 0x805E35) is unknown color: approx Shingle Fawn. HEX triplet: 80, 5E and 35. RGB value is (128,94,53). Sum of RGB (Red+Green+Blue) = 128+94+53=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #805E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805E35 is #7FA1CA. Grayscale: #636363. Windows color (decimal): -8364491 or 3497600. OLE color: 3497600.

HSL color Cylindrical-coordinate representation of color #805E35: hue angle of 32.8º 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 #805E35 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB1289453-
CMYK00.270.590.50
HSL32.8º41.44%35.49%-
HSV(B)32.8º58.59%50.2%-
XYZ13.5512.855.13-
YUV99.49101.76148.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.55%
GREEN value IS 94 (37.11% from 255) = 34.18%
BLUE value IS 53 (21.09% from 255) = 19.27%
R=46.55%
G=34.18%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128945300.270.590.5032.841.4435.49
Hex805E3501B3B32212923
Octal200136650337362415143
Binary100000001011110110101011011111011110010100001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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