#805D36

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

Shades of Shingle Fawn #805D36

Tints of Shingle Fawn #805D36

Color information

#805D36 (or 0x805D36) is unknown color: approx Shingle Fawn. HEX triplet: 80, 5D and 36. RGB value is (128,93,54). Sum of RGB (Red+Green+Blue) = 128+93+54=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #805D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805D36 is #7FA2C9. Grayscale: #636363. Windows color (decimal): -8364746 or 3562880. OLE color: 3562880.

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

Color convert

RGB1289354-
CMYK00.270.580.50
HSL31.62º40.66%35.69%-
HSV(B)31.62º57.81%50.2%-
XYZ13.4812.685.23-
YUV99.02102.6148.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.55%
GREEN value IS 93 (36.72% from 255) = 33.82%
BLUE value IS 54 (21.48% from 255) = 19.64%
R=46.55%
G=33.82%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128935400.270.580.5031.6240.6635.69
Hex805D3601B3A32202924
Octal200135660337262405144
Binary100000001011101110110011011111010110010100000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,93,54); }

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

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

 a { background-color: rgb(128,93,54); }

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

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

 span { border-color: rgb(128,93,54); }

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