Html Css Color HEX #805D5B Light Wood

📋 copy color: '#805D5B'

red 128 ◦ green 93 ◦ blue 91

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

Shades of Light Wood #805D5B

Tints of Light Wood #805D5B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.81%

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

R = 41.03%
G = 29.81%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#805D5B (or 0x805D5B) is known color: Light Wood. HEX triplet: 80, 5D and 5B. RGB value is (128,93,91). Sum of RGB (Red+Green+Blue) = 128+93+91=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 128 - color contains mainly: red. Hex color #805D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805D5B is #7FA2A4. Grayscale: #676767. Windows color (decimal): -8364709 or 5987712. OLE color: 5987712.

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

Color convert

RGB 128 93 91 -
CMYK 0 0.27 0.29 0.50
HSL 3.24º 0.17% 0.43% -
HSV(B) 3.24º 0.29% 0.5% -
XYZ 14.7 13.17 11.67 -
YUV 103.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 128 93 91 0 0.27 0.29 0.50 3.24 0.17 0.43
Hex 80 5D 5B 0 1B 1D 32 3 11 2B
Octal 200 135 133 0 33 35 62 3 21 53
Binary 10000000 1011101 1011011 0 11011 11101 110010 11 10001 101011

Color Harmonies of #805D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805D5B

Black with #805D5B

Text Example


Text Example

White with #805D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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