#53383C

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

Shades of Jon #53383C

Tints of Jon #53383C

Color information

#53383C (or 0x53383C) is unknown color: approx Jon. HEX triplet: 53, 38 and 3C. RGB value is (83,56,60). Sum of RGB (Red+Green+Blue) = 83+56+60=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #53383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53383C is #ACC7C3. Grayscale: #404040. Windows color (decimal): -11323332 or 3946579. OLE color: 3946579.

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

Color convert

RGB835660-
CMYK00.330.280.67
HSL351.11º19.42%27.25%-
HSV(B)351.11º32.53%32.55%-
XYZ5.84.994.93-
YUV64.53125.45141.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.71%
GREEN value IS 56 (22.27% from 255) = 28.14%
BLUE value IS 60 (23.83% from 255) = 30.15%
R=41.71%
G=28.14%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83566000.330.280.67351.1119.4227.25
Hex53383C0211C4315f131b
Octal1237074041341035372333
Binary101001111100011110001000011110010000111010111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53383C; }

 p { color: rgb(83,56,60); }

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

<style>
 a { background-color: #53383C; }

 a { background-color: rgb(83,56,60); }

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

<style>
 span { border-color: #53383C; }

 span { border-color: rgb(83,56,60); }

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