#855F5E

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

Shades of Light Wood #855F5E

Tints of Light Wood #855F5E

Color information

#855F5E (or 0x855F5E) is unknown color: approx Light Wood. HEX triplet: 85, 5F and 5E. RGB value is (133,95,94). Sum of RGB (Red+Green+Blue) = 133+95+94=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #855F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F5E is #7AA0A1. Grayscale: #6A6A6A. Windows color (decimal): -8036514 or 6184837. OLE color: 6184837.

HSL color Cylindrical-coordinate representation of color #855F5E: hue angle of 1.54º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #855F5E is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1339594-
CMYK00.290.290.48
HSL1.54º17.18%44.51%-
HSV(B)1.54º29.32%52.16%-
XYZ15.7913.9812.46-
YUV106.25121.09147.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.30%
GREEN value IS 95 (37.5% from 255) = 29.50%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=41.30%
G=29.50%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133959400.290.290.481.5417.1844.51
Hex855F5E01D1D302112d
Octal205137136035356022155
Binary1000010110111111011110011101111011100001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #855F5E;
 }
 .AnyTagClassName
 {
   color: #855F5E;
 }
</style>
background-color css

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

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

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

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

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

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