#533D41

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

Shades of Jon #533D41

Tints of Jon #533D41

Color information

#533D41 (or 0x533D41) is unknown color: approx Jon. HEX triplet: 53, 3D and 41. RGB value is (83,61,65). Sum of RGB (Red+Green+Blue) = 83+61+65=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #533D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D41 is #ACC2BE. Grayscale: #444444. Windows color (decimal): -11322047 or 4275539. OLE color: 4275539.

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

Color convert

RGB836165-
CMYK00.270.220.67
HSL349.09º15.28%28.24%-
HSV(B)349.09º26.51%32.55%-
XYZ6.195.565.75-
YUV68.03126.29138.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 61 (24.22% from 255) = 29.19%
BLUE value IS 65 (25.78% from 255) = 31.10%
R=39.71%
G=29.19%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83616500.270.220.67349.0915.2828.24
Hex533D4101B164315df1c
Octal12375101033261035351734
Binary10100111111011000001011011101101000011101011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,61,65); }

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

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

 a { background-color: rgb(83,61,65); }

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

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

 span { border-color: rgb(83,61,65); }

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