Html Css Color HEX #805A58 Light Wood

📋 copy color: '#805A58'

red 128 ◦ green 90 ◦ blue 88

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

Shades of Light Wood #805A58

Tints of Light Wood #805A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.76%

R = 41.83%
G = 29.41%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#805A58 (or 0x805A58) is known color: Light Wood. HEX triplet: 80, 5A and 58. RGB value is (128,90,88). Sum of RGB (Red+Green+Blue) = 128+90+88=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #805A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805A58 is #7FA5A7. Grayscale: #656565. Windows color (decimal): -8365480 or 5790336. OLE color: 5790336.

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

Color convert

RGB 128 90 88 -
CMYK 0 0.30 0.31 0.50
HSL 0.19% 0.42% -
HSV(B) 0.31% 0.5% -
XYZ 14.32 12.61 10.91 -
YUV 101.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 128 90 88 0 0.30 0.31 0.50 3 0.19 0.42
Hex 80 5A 58 0 1E 1F 32 3 13 2A
Octal 200 132 130 0 36 37 62 3 23 52
Binary 10000000 1011010 1011000 0 11110 11111 110010 11 10011 101010

Color Harmonies of #805A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805A58

Black with #805A58

Text Example


Text Example

White with #805A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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