#855E5C

Color #855E5C Light Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Wood #855E5C

Tints of Light Wood #855E5C

Color information

#855E5C (or 0x855E5C) is unknown color: approx 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

RGB1339492-
CMYK00.290.310.48
HSL2.93º18.22%44.12%-
HSV(B)2.93º30.83%52.16%-
XYZ15.6113.7611.96-
YUV105.43120.42147.66-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133949200.290.310.482.9318.2244.12
Hex855E5C01D1F303122c
Octal205136134035376032254
Binary1000010110111101011100011101111111100001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>