#513A3B

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

Shades of Jon #513A3B

Tints of Jon #513A3B

Color information

#513A3B (or 0x513A3B) is unknown color: approx Jon. HEX triplet: 51, 3A and 3B. RGB value is (81,58,59). Sum of RGB (Red+Green+Blue) = 81+58+59=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 81 - color contains mainly: red. Hex color #513A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A3B is #AEC5C4. Grayscale: #414141. Windows color (decimal): -11453893 or 3881553. OLE color: 3881553.

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

Color convert

RGB815859-
CMYK00.280.270.68
HSL357.39º16.55%27.25%-
HSV(B)357.39º28.4%31.76%-
XYZ5.75.094.82-
YUV64.99124.62139.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 58 (23.05% from 255) = 29.29%
BLUE value IS 59 (23.44% from 255) = 29.80%
R=40.91%
G=29.29%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81585900.280.270.68357.3916.5527.25
Hex513A3B01C1B44165111b
Octal1217273034331045452133
Binary10100011110101110110111001101110001001011001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,58,59); }

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

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

 a { background-color: rgb(81,58,59); }

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

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

 span { border-color: rgb(81,58,59); }

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