#53393B

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

Shades of Jon #53393B

Tints of Jon #53393B

Color information

#53393B (or 0x53393B) is unknown color: approx Jon. HEX triplet: 53, 39 and 3B. RGB value is (83,57,59). Sum of RGB (Red+Green+Blue) = 83+57+59=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #53393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53393B is #ACC6C4. Grayscale: #414141. Windows color (decimal): -11323077 or 3881299. OLE color: 3881299.

HSL color Cylindrical-coordinate representation of color #53393B: hue angle of 355.38º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53393B is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB835759-
CMYK00.310.290.67
HSL355.38º18.57%27.45%-
HSV(B)355.38º31.33%32.55%-
XYZ5.825.084.81-
YUV65124.61140.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.71%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 59 (23.44% from 255) = 29.65%
R=41.71%
G=28.64%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83575900.310.290.67355.3818.5727.45
Hex53393B01F1D43163131b
Octal1237173037351035432333
Binary10100111110011110110111111110110000111011000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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