Html Css Color HEX #855D5B Light Wood

📋 copy color: '#855D5B'

red 133 ◦ green 93 ◦ blue 91

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

Shades of Light Wood #855D5B

Tints of Light Wood #855D5B

RGB

 RED value IS 133 (52.34% from 255) = 41.96%

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

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

R = 41.96%
G = 29.34%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#855D5B (or 0x855D5B) is known color: Light Wood. HEX triplet: 85, 5D and 5B. RGB value is (133,93,91). Sum of RGB (Red+Green+Blue) = 133+93+91=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #855D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D5B is #7AA2A4. Grayscale: #686868. Windows color (decimal): -8037029 or 5987717. OLE color: 5987717.

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

Color convert

RGB 133 93 91 -
CMYK 0 0.30 0.32 0.48
HSL 2.86º 0.19% 0.44% -
HSV(B) 2.86º 0.32% 0.52% -
XYZ 15.48 13.57 11.7 -
YUV 104.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 133 93 91 0 0.30 0.32 0.48 2.86 0.19 0.44
Hex 85 5D 5B 0 1E 20 30 3 13 2C
Octal 205 135 133 0 36 40 60 3 23 54
Binary 10000101 1011101 1011011 0 11110 100000 110000 11 10011 101100

Color Harmonies of #855D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D5B

Black with #855D5B

Text Example


Text Example

White with #855D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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