#56393B

Color #56393B Jon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jon #56393B

Tints of Jon #56393B

Color information

#56393B (or 0x56393B) is unknown color: approx Jon. HEX triplet: 56, 39 and 3B. RGB value is (86,57,59). Sum of RGB (Red+Green+Blue) = 86+57+59=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 86 - color contains mainly: red. Hex color #56393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56393B is #A9C6C4. Grayscale: #414141. Windows color (decimal): -11126469 or 3881302. OLE color: 3881302.

HSL color Cylindrical-coordinate representation of color #56393B: hue angle of 355.86º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #56393B is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB865759-
CMYK00.340.310.66
HSL355.86º20.28%28.04%-
HSV(B)355.86º33.72%33.73%-
XYZ6.095.224.82-
YUV65.9124.11142.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.57%
GREEN value IS 57 (22.66% from 255) = 28.22%
BLUE value IS 59 (23.44% from 255) = 29.21%
R=42.57%
G=28.22%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86575900.340.310.66355.8620.2828.04
Hex56393B0221F42164141c
Octal1267173042371025442434
Binary101011011100111101101000101111110000101011001001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56393B; }

 p { color: rgb(86,57,59); }

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

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

 a { background-color: rgb(86,57,59); }

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

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

 span { border-color: rgb(86,57,59); }

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