Html Css Color HEX #805C5B Light Wood

📋 copy color: '#805C5B'

red 128 ◦ green 92 ◦ blue 91

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

Shades of Light Wood #805C5B

Tints of Light Wood #805C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.26%

R = 41.16%
G = 29.58%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#805C5B (or 0x805C5B) is known color: Light Wood. HEX triplet: 80, 5C and 5B. RGB value is (128,92,91). Sum of RGB (Red+Green+Blue) = 128+92+91=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #805C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805C5B is #7FA3A4. Grayscale: #666666. Windows color (decimal): -8364965 or 5987456. OLE color: 5987456.

HSL color Cylindrical-coordinate representation of color #805C5B: hue angle of 1.62º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #805C5B is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 92 91 -
CMYK 0 0.28 0.29 0.50
HSL 1.62º 0.17% 0.43% -
HSV(B) 1.62º 0.29% 0.5% -
XYZ 14.62 13 11.64 -
YUV 102.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 128 92 91 0 0.28 0.29 0.50 1.62 0.17 0.43
Hex 80 5C 5B 0 1C 1D 32 2 11 2B
Octal 200 134 133 0 34 35 62 2 21 53
Binary 10000000 1011100 1011011 0 11100 11101 110010 10 10001 101011

Color Harmonies of #805C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805C5B

Black with #805C5B

Text Example


Text Example

White with #805C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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