Html Css Color HEX #805C35 Shingle Fawn

📋 copy color: '#805C35'

red 128 ◦ green 92 ◦ blue 53

#805C35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shingle Fawn #805C35

Tints of Shingle Fawn #805C35

RGB

 RED value IS 128 (50.39% from 255) = 46.89%

 GREEN value IS 92 (36.33% from 255) = 33.7%

 BLUE value IS 53 (21.09% from 255) = 19.41%

R = 46.89%
G = 33.7%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#805C35 (or 0x805C35) is known color: 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

RGB 128 92 53 -
CMYK 0 0.28 0.59 0.50
HSL 31.2º 0.41% 0.35% -
HSV(B) 31.2º 0.59% 0.5% -
XYZ 13.37 12.5 5.08 -
YUV 98.32 102.43 149.17 -
System Red Green Blue C M Y K H S L
Decimal 128 92 53 0 0.28 0.59 0.50 31.2 0.41 0.35
Hex 80 5C 35 0 1C 3B 32 1F 29 23
Octal 200 134 65 0 34 73 62 37 51 43
Binary 10000000 1011100 110101 0 11100 111011 110010 11111 101001 100011

Color Harmonies of #805C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805C35

Black with #805C35

Text Example


Text Example

White with #805C35

Text Example


Text Example

HTML Codes & Css Web 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>