#855C5C

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

Shades of Light Wood #855C5C

Tints of Light Wood #855C5C

Color information

#855C5C (or 0x855C5C) is unknown color: approx Light Wood. HEX triplet: 85, 5C and 5C. RGB value is (133,92,92). Sum of RGB (Red+Green+Blue) = 133+92+92=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #855C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C5C is #7AA3A3. Grayscale: #686868. Windows color (decimal): -8037284 or 6052997. OLE color: 6052997.

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

Color convert

RGB1339292-
CMYK00.310.310.48
HSL18.22%44.12%-
HSV(B)30.83%52.16%-
XYZ15.4313.4111.9-
YUV104.26121.08148.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 92 (36.33% from 255) = 29.02%
BLUE value IS 92 (36.33% from 255) = 29.02%
R=41.96%
G=29.02%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133929200.310.310.48018.2244.12
Hex855C5C01F1F300122c
Octal205134134037376002254
Binary100001011011100101110001111111111110000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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