Html Css Color HEX #855E5C Light Wood

📋 copy color: '#855E5C'

red 133 ◦ green 94 ◦ blue 92

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

Shades of Light Wood #855E5C

Tints of Light Wood #855E5C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.47%

 BLUE value IS 92 (36.33% from 255) = 28.84%

R = 41.69%
G = 29.47%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#855E5C (or 0x855E5C) is known color: Light Wood. HEX triplet: 85, 5E and 5C. RGB value is (133,94,92). Sum of RGB (Red+Green+Blue) = 133+94+92=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #855E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E5C is #7AA1A3. Grayscale: #696969. Windows color (decimal): -8036772 or 6053509. OLE color: 6053509.

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

Color convert

RGB 133 94 92 -
CMYK 0 0.29 0.31 0.48
HSL 2.93º 0.18% 0.44% -
HSV(B) 2.93º 0.31% 0.52% -
XYZ 15.61 13.76 11.96 -
YUV 105.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 133 94 92 0 0.29 0.31 0.48 2.93 0.18 0.44
Hex 85 5E 5C 0 1D 1F 30 3 12 2C
Octal 205 136 134 0 35 37 60 3 22 54
Binary 10000101 1011110 1011100 0 11101 11111 110000 11 10010 101100

Color Harmonies of #855E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E5C

Black with #855E5C

Text Example


Text Example

White with #855E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,94,92); }

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

background-color css

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

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

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

border-color css

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

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

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