Html Css Color HEX #855B5B Light Wood

📋 copy color: '#855B5B'

red 133 ◦ green 91 ◦ blue 91

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

Shades of Light Wood #855B5B

Tints of Light Wood #855B5B

RGB

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

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

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

R = 42.22%
G = 28.89%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#855B5B (or 0x855B5B) is known color: Light Wood. HEX triplet: 85, 5B and 5B. RGB value is (133,91,91). Sum of RGB (Red+Green+Blue) = 133+91+91=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #855B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B5B is #7AA4A4. Grayscale: #676767. Windows color (decimal): -8037541 or 5987205. OLE color: 5987205.

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

Color convert

RGB 133 91 91 -
CMYK 0 0.32 0.32 0.48
HSL 0.19% 0.44% -
HSV(B) 0.32% 0.52% -
XYZ 15.3 13.22 11.64 -
YUV 103.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 133 91 91 0 0.32 0.32 0.48 0 0.19 0.44
Hex 85 5B 5B 0 20 20 30 0 13 2C
Octal 205 133 133 0 40 40 60 0 23 54
Binary 10000101 1011011 1011011 0 100000 100000 110000 0 10011 101100

Color Harmonies of #855B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855B5B

Black with #855B5B

Text Example


Text Example

White with #855B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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