Html Css Color HEX #845D5B Light Wood

📋 copy color: '#845D5B'

red 132 ◦ green 93 ◦ blue 91

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

Shades of Light Wood #845D5B

Tints of Light Wood #845D5B

RGB

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

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

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

R = 41.77%
G = 29.43%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#845D5B (or 0x845D5B) is known color: Light Wood. HEX triplet: 84, 5D and 5B. RGB value is (132,93,91). Sum of RGB (Red+Green+Blue) = 132+93+91=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #845D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D5B is #7BA2A4. Grayscale: #686868. Windows color (decimal): -8102565 or 5987716. OLE color: 5987716.

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

Color convert

RGB 132 93 91 -
CMYK 0 0.30 0.31 0.48
HSL 2.93º 0.18% 0.44% -
HSV(B) 2.93º 0.31% 0.52% -
XYZ 15.32 13.49 11.69 -
YUV 104.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 132 93 91 0 0.30 0.31 0.48 2.93 0.18 0.44
Hex 84 5D 5B 0 1E 1F 30 3 12 2C
Octal 204 135 133 0 36 37 60 3 22 54
Binary 10000100 1011101 1011011 0 11110 11111 110000 11 10010 101100

Color Harmonies of #845D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845D5B

Black with #845D5B

Text Example


Text Example

White with #845D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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