Html Css Color HEX #805A34 Shingle Fawn

📋 copy color: '#805A34'

red 128 ◦ green 90 ◦ blue 52

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

Shades of Shingle Fawn #805A34

Tints of Shingle Fawn #805A34

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.33%

 BLUE value IS 52 (20.7% from 255) = 19.26%

R = 47.41%
G = 33.33%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#805A34 (or 0x805A34) is known color: Shingle Fawn. HEX triplet: 80, 5A and 34. RGB value is (128,90,52). Sum of RGB (Red+Green+Blue) = 128+90+52=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #805A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805A34 is #7FA5CB. Grayscale: #616161. Windows color (decimal): -8365516 or 3431040. OLE color: 3431040.

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

Color convert

RGB 128 90 52 -
CMYK 0 0.30 0.59 0.50
HSL 30º 0.42% 0.35% -
HSV(B) 30º 0.59% 0.5% -
XYZ 13.18 12.15 4.9 -
YUV 97.03 102.59 150.09 -
System Red Green Blue C M Y K H S L
Decimal 128 90 52 0 0.30 0.59 0.50 30 0.42 0.35
Hex 80 5A 34 0 1E 3B 32 1E 2A 23
Octal 200 132 64 0 36 73 62 36 52 43
Binary 10000000 1011010 110100 0 11110 111011 110010 11110 101010 100011

Color Harmonies of #805A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805A34

Black with #805A34

Text Example


Text Example

White with #805A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,90,52); }

 H1.HeaderClassName
 {
   color: #805A34;
 }
 .AnyTagClassName
 {
   color: #805A34;
 }
</style>

background-color css

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

 a { background-color: rgb(128,90,52); }

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

border-color css

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

 span { border-color: rgb(128,90,52); }

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