Html Css Color HEX #805B5B Light Wood

📋 copy color: '#805B5B'

red 128 ◦ green 91 ◦ blue 91

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

Shades of Light Wood #805B5B

Tints of Light Wood #805B5B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.35%

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

R = 41.29%
G = 29.35%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#805B5B (or 0x805B5B) is known color: Light Wood. HEX triplet: 80, 5B and 5B. RGB value is (128,91,91). Sum of RGB (Red+Green+Blue) = 128+91+91=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #805B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805B5B is #7FA4A4. Grayscale: #666666. Windows color (decimal): -8365221 or 5987200. OLE color: 5987200.

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

Color convert

RGB 128 91 91 -
CMYK 0 0.29 0.29 0.50
HSL 0.17% 0.43% -
HSV(B) 0.29% 0.5% -
XYZ 14.53 12.83 11.61 -
YUV 102.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 128 91 91 0 0.29 0.29 0.50 0 0.17 0.43
Hex 80 5B 5B 0 1D 1D 32 0 11 2B
Octal 200 133 133 0 35 35 62 0 21 53
Binary 10000000 1011011 1011011 0 11101 11101 110010 0 10001 101011

Color Harmonies of #805B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805B5B

Black with #805B5B

Text Example


Text Example

White with #805B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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