#533B3D

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

Shades of Jon #533B3D

Tints of Jon #533B3D

Color information

#533B3D (or 0x533B3D) is unknown color: approx Jon. HEX triplet: 53, 3B and 3D. RGB value is (83,59,61). Sum of RGB (Red+Green+Blue) = 83+59+61=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #533B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B3D is #ACC4C2. Grayscale: #424242. Windows color (decimal): -11322563 or 4012883. OLE color: 4012883.

HSL color Cylindrical-coordinate representation of color #533B3D: hue angle of 355º 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 #533B3D is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB835961-
CMYK00.290.270.67
HSL355º16.9%27.84%-
HSV(B)355º28.92%32.55%-
XYZ5.975.35.12-
YUV66.4124.95139.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.89%
GREEN value IS 59 (23.44% from 255) = 29.06%
BLUE value IS 61 (24.22% from 255) = 30.05%
R=40.89%
G=29.06%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83596100.290.270.6735516.927.84
Hex533B3D01D1B43163111c
Octal1237375035331035432134
Binary10100111110111111010111011101110000111011000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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