#513C40

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

Shades of Jon #513C40

Tints of Jon #513C40

Color information

#513C40 (or 0x513C40) is unknown color: approx Jon. HEX triplet: 51, 3C and 40. RGB value is (81,60,64). Sum of RGB (Red+Green+Blue) = 81+60+64=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #513C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C40 is #AEC3BF. Grayscale: #424242. Windows color (decimal): -11453376 or 4209745. OLE color: 4209745.

HSL color Cylindrical-coordinate representation of color #513C40: hue angle of 348.57º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #513C40 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB816064-
CMYK00.260.210.68
HSL348.57º14.89%27.65%-
HSV(B)348.57º25.93%31.76%-
XYZ5.935.355.57-
YUV66.74126.46138.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.51%
GREEN value IS 60 (23.83% from 255) = 29.27%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=39.51%
G=29.27%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81606400.260.210.68348.5714.8927.65
Hex513C4001A154415df1c
Octal12174100032251045351734
Binary10100011111001000000011010101011000100101011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513C40; }

 p { color: rgb(81,60,64); }

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

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

 a { background-color: rgb(81,60,64); }

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

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

 span { border-color: rgb(81,60,64); }

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