#805C36

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

Shades of Shingle Fawn #805C36

Tints of Shingle Fawn #805C36

Color information

#805C36 (or 0x805C36) is unknown color: approx Shingle Fawn. HEX triplet: 80, 5C and 36. RGB value is (128,92,54). Sum of RGB (Red+Green+Blue) = 128+92+54=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #805C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805C36 is #7FA3C9. Grayscale: #626262. Windows color (decimal): -8365002 or 3562624. OLE color: 3562624.

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

Color convert

RGB1289254-
CMYK00.280.580.50
HSL30.81º40.66%35.69%-
HSV(B)30.81º57.81%50.2%-
XYZ13.412.515.2-
YUV98.43102.93149.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.72%
GREEN value IS 92 (36.33% from 255) = 33.58%
BLUE value IS 54 (21.48% from 255) = 19.71%
R=46.72%
G=33.58%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128925400.280.580.5030.8140.6635.69
Hex805C3601C3A321f2924
Octal200134660347262375144
Binary10000000101110011011001110011101011001011111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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