#533B3F

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

Shades of Jon #533B3F

Tints of Jon #533B3F

Color information

#533B3F (or 0x533B3F) is unknown color: approx Jon. HEX triplet: 53, 3B and 3F. RGB value is (83,59,63). Sum of RGB (Red+Green+Blue) = 83+59+63=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #533B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B3F is #ACC4C0. Grayscale: #424242. Windows color (decimal): -11322561 or 4143955. OLE color: 4143955.

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

Color convert

RGB835963-
CMYK00.290.240.67
HSL350º16.9%27.84%-
HSV(B)350º28.92%32.55%-
XYZ6.035.335.41-
YUV66.63125.95139.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 59 (23.44% from 255) = 28.78%
BLUE value IS 63 (25% from 255) = 30.73%
R=40.49%
G=28.78%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83596300.290.240.6735016.927.84
Hex533B3F01D184315e111c
Octal1237377035301035362134
Binary10100111110111111110111011100010000111010111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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