#553D3F

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

Shades of Jon #553D3F

Tints of Jon #553D3F

Color information

#553D3F (or 0x553D3F) is unknown color: approx Jon. HEX triplet: 55, 3D and 3F. RGB value is (85,61,63). Sum of RGB (Red+Green+Blue) = 85+61+63=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #553D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D3F is #AAC2C0. Grayscale: #444444. Windows color (decimal): -11190977 or 4144469. OLE color: 4144469.

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

Color convert

RGB856163-
CMYK00.280.260.67
HSL355º16.44%28.63%-
HSV(B)355º28.24%33.33%-
XYZ6.315.635.46-
YUV68.4124.95139.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 61 (24.22% from 255) = 29.19%
BLUE value IS 63 (25% from 255) = 30.14%
R=40.67%
G=29.19%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85616300.280.260.6735516.4428.63
Hex553D3F01C1A43163101d
Octal1257577034321035432035
Binary10101011111011111110111001101010000111011000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553D3F; }

 p { color: rgb(85,61,63); }

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

<style>
 a { background-color: #553D3F; }

 a { background-color: rgb(85,61,63); }

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

<style>
 span { border-color: #553D3F; }

 span { border-color: rgb(85,61,63); }

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