#56393D

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

Shades of Jon #56393D

Tints of Jon #56393D

Color information

#56393D (or 0x56393D) is unknown color: approx Jon. HEX triplet: 56, 39 and 3D. RGB value is (86,57,61). Sum of RGB (Red+Green+Blue) = 86+57+61=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #56393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56393D is #A9C6C2. Grayscale: #424242. Windows color (decimal): -11126467 or 4012374. OLE color: 4012374.

HSL color Cylindrical-coordinate representation of color #56393D: hue angle of 351.72º 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 #56393D is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB865761-
CMYK00.340.290.66
HSL351.72º20.28%28.04%-
HSV(B)351.72º33.72%33.73%-
XYZ6.145.245.1-
YUV66.13125.11142.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.16%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 61 (24.22% from 255) = 29.90%
R=42.16%
G=27.94%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86576100.340.290.66351.7220.2828.04
Hex56393D0221D42160141c
Octal1267175042351025402434
Binary101011011100111110101000101110110000101011000001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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