Html Css Color HEX #805957 Light Wood

📋 copy color: '#805957'

red 128 ◦ green 89 ◦ blue 87

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

Shades of Light Wood #805957

Tints of Light Wood #805957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.28%

 BLUE value IS 87 (34.38% from 255) = 28.62%

R = 42.11%
G = 29.28%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.50

RGB Variations

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

Color information

#805957 (or 0x805957) is known color: Light Wood. HEX triplet: 80, 59 and 57. RGB value is (128,89,87). Sum of RGB (Red+Green+Blue) = 128+89+87=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #805957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805957 is #7FA6A8. Grayscale: #646464. Windows color (decimal): -8365737 or 5724544. OLE color: 5724544.

HSL color Cylindrical-coordinate representation of color #805957: hue angle of 2.93º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #805957 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 89 87 -
CMYK 0 0.30 0.32 0.50
HSL 2.93º 0.19% 0.42% -
HSV(B) 2.93º 0.32% 0.5% -
XYZ 14.19 12.42 10.67 -
YUV 100.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 128 89 87 0 0.30 0.32 0.50 2.93 0.19 0.42
Hex 80 59 57 0 1E 20 32 3 13 2A
Octal 200 131 127 0 36 40 62 3 23 52
Binary 10000000 1011001 1010111 0 11110 100000 110010 11 10011 101010

Color Harmonies of #805957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805957

Black with #805957

Text Example


Text Example

White with #805957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805957; }

 p { color: rgb(128,89,87); }

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

background-color css

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

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

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

border-color css

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

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

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