#533A40

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

Shades of Jon #533A40

Tints of Jon #533A40

Color information

#533A40 (or 0x533A40) is unknown color: approx Jon. HEX triplet: 53, 3A and 40. RGB value is (83,58,64). Sum of RGB (Red+Green+Blue) = 83+58+64=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #533A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A40 is #ACC5BF. Grayscale: #424242. Windows color (decimal): -11322816 or 4209235. OLE color: 4209235.

HSL color Cylindrical-coordinate representation of color #533A40: hue angle of 345.6º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #533A40 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB835864-
CMYK00.300.230.67
HSL345.6º17.73%27.65%-
HSV(B)345.6º30.12%32.55%-
XYZ6.015.245.54-
YUV66.16126.78140.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=40.49%
G=28.29%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83586400.300.230.67345.617.7327.65
Hex533A4001E174315a121c
Octal12372100036271035322234
Binary101001111101010000000111101011110000111010110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533A40; }

 p { color: rgb(83,58,64); }

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

<style>
 a { background-color: #533A40; }

 a { background-color: rgb(83,58,64); }

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

<style>
 span { border-color: #533A40; }

 span { border-color: rgb(83,58,64); }

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