#805E37

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

Shades of Shingle Fawn #805E37

Tints of Shingle Fawn #805E37

Color information

#805E37 (or 0x805E37) is unknown color: approx Shingle Fawn. HEX triplet: 80, 5E and 37. RGB value is (128,94,55). Sum of RGB (Red+Green+Blue) = 128+94+55=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #805E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805E37 is #7FA1C8. Grayscale: #636363. Windows color (decimal): -8364489 or 3628672. OLE color: 3628672.

HSL color Cylindrical-coordinate representation of color #805E37: hue angle of 32.05º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #805E37 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB1289455-
CMYK00.270.570.50
HSL32.05º39.89%35.88%-
HSV(B)32.05º57.03%50.2%-
XYZ13.5912.875.38-
YUV99.72102.76148.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.21%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 55 (21.88% from 255) = 19.86%
R=46.21%
G=33.94%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128945500.270.570.5032.0539.8935.88
Hex805E3701B3932202824
Octal200136670337162405044
Binary100000001011110110111011011111001110010100000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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