#865C5C

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

Shades of Light Wood #865C5C

Tints of Light Wood #865C5C

Color information

#865C5C (or 0x865C5C) is unknown color: approx Light Wood. HEX triplet: 86, 5C and 5C. RGB value is (134,92,92). Sum of RGB (Red+Green+Blue) = 134+92+92=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #865C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C5C is #79A3A3. Grayscale: #686868. Windows color (decimal): -7971748 or 6052998. OLE color: 6052998.

HSL color Cylindrical-coordinate representation of color #865C5C: hue angle of 0º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865C5C is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1349292-
CMYK00.310.310.47
HSL18.58%44.31%-
HSV(B)31.34%52.55%-
XYZ15.5913.511.91-
YUV104.56120.91149-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.14%
GREEN value IS 92 (36.33% from 255) = 28.93%
BLUE value IS 92 (36.33% from 255) = 28.93%
R=42.14%
G=28.93%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134929200.310.310.47018.5844.31
Hex865C5C01F1F2F0132c
Octal206134134037375702354
Binary100001101011100101110001111111111101111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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