Html Css Color HEX #845B5B Light Wood

📋 copy color: '#845B5B'

red 132 ◦ green 91 ◦ blue 91

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

Shades of Light Wood #845B5B

Tints of Light Wood #845B5B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.98%

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

R = 42.04%
G = 28.98%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#845B5B (or 0x845B5B) is known color: Light Wood. HEX triplet: 84, 5B and 5B. RGB value is (132,91,91). Sum of RGB (Red+Green+Blue) = 132+91+91=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #845B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845B5B is #7BA4A4. Grayscale: #676767. Windows color (decimal): -8103077 or 5987204. OLE color: 5987204.

HSL color Cylindrical-coordinate representation of color #845B5B: hue angle of 0º 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 #845B5B is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 91 91 -
CMYK 0 0.31 0.31 0.48
HSL 0.18% 0.44% -
HSV(B) 0.31% 0.52% -
XYZ 15.15 13.14 11.64 -
YUV 103.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 132 91 91 0 0.31 0.31 0.48 0 0.18 0.44
Hex 84 5B 5B 0 1F 1F 30 0 12 2C
Octal 204 133 133 0 37 37 60 0 22 54
Binary 10000100 1011011 1011011 0 11111 11111 110000 0 10010 101100

Color Harmonies of #845B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845B5B

Black with #845B5B

Text Example


Text Example

White with #845B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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