#533C40

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

Shades of Jon #533C40

Tints of Jon #533C40

Color information

#533C40 (or 0x533C40) is unknown color: approx Jon. HEX triplet: 53, 3C and 40. RGB value is (83,60,64). Sum of RGB (Red+Green+Blue) = 83+60+64=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #533C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C40 is #ACC3BF. Grayscale: #434343. Windows color (decimal): -11322304 or 4209747. OLE color: 4209747.

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

Color convert

RGB836064-
CMYK00.280.230.67
HSL349.57º16.08%28.04%-
HSV(B)349.57º27.71%32.55%-
XYZ6.115.445.58-
YUV67.33126.12139.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.10%
GREEN value IS 60 (23.83% from 255) = 28.99%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=40.10%
G=28.99%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83606400.280.230.67349.5716.0828.04
Hex533C4001C174315e101c
Octal12374100034271035362034
Binary101001111110010000000111001011110000111010111101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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