Html Css Color HEX #845C59 Light Wood

📋 copy color: '#845C59'

red 132 ◦ green 92 ◦ blue 89

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

Shades of Light Wood #845C59

Tints of Light Wood #845C59

RGB

 RED value IS 132 (51.95% from 255) = 42.17%

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

 BLUE value IS 89 (35.16% from 255) = 28.43%

R = 42.17%
G = 29.39%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#845C59 (or 0x845C59) is known color: Light Wood. HEX triplet: 84, 5C and 59. RGB value is (132,92,89). Sum of RGB (Red+Green+Blue) = 132+92+89=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #845C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C59 is #7BA3A6. Grayscale: #676767. Windows color (decimal): -8102823 or 5856388. OLE color: 5856388.

HSL color Cylindrical-coordinate representation of color #845C59: hue angle of 4.19º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #845C59 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 92 89 -
CMYK 0 0.30 0.33 0.48
HSL 4.19º 0.19% 0.43% -
HSV(B) 4.19º 0.33% 0.52% -
XYZ 15.15 13.28 11.22 -
YUV 103.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 132 92 89 0 0.30 0.33 0.48 4.19 0.19 0.43
Hex 84 5C 59 0 1E 21 30 4 13 2B
Octal 204 134 131 0 36 41 60 4 23 53
Binary 10000100 1011100 1011001 0 11110 100001 110000 100 10011 101011

Color Harmonies of #845C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845C59

Black with #845C59

Text Example


Text Example

White with #845C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845C59; }

 p { color: rgb(132,92,89); }

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

background-color css

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

 a { background-color: rgb(132,92,89); }

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

border-color css

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

 span { border-color: rgb(132,92,89); }

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