#856363

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

Shades of Light Wood #856363

Tints of Light Wood #856363

Color information

#856363 (or 0x856363) is unknown color: approx Light Wood. HEX triplet: 85, 63 and 63. RGB value is (133,99,99). Sum of RGB (Red+Green+Blue) = 133+99+99=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #856363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856363 is #7A9C9C. Grayscale: #6D6D6D. Windows color (decimal): -8035485 or 6513541. OLE color: 6513541.

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

Color convert

RGB1339999-
CMYK00.260.260.48
HSL14.66%45.49%-
HSV(B)25.56%52.16%-
XYZ16.3914.8113.8-
YUV109.17122.26145-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 99 (39.06% from 255) = 29.91%
R=40.18%
G=29.91%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133999900.260.260.48014.6645.49
Hex85636301A1A300f2d
Octal205143143032326001755
Binary10000101110001111000110110101101011000001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856363; }

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

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

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

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

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

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

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

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