#553A3F

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

Shades of Jon #553A3F

Tints of Jon #553A3F

Color information

#553A3F (or 0x553A3F) is unknown color: approx Jon. HEX triplet: 55, 3A and 3F. RGB value is (85,58,63). Sum of RGB (Red+Green+Blue) = 85+58+63=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #553A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A3F is #AAC5C0. Grayscale: #424242. Windows color (decimal): -11191745 or 4143701. OLE color: 4143701.

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

Color convert

RGB855863-
CMYK00.320.260.67
HSL348.89º18.88%28.04%-
HSV(B)348.89º31.76%33.33%-
XYZ6.165.325.4-
YUV66.64125.95141.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 58 (23.05% from 255) = 28.16%
BLUE value IS 63 (25% from 255) = 30.58%
R=41.26%
G=28.16%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85586300.320.260.67348.8918.8828.04
Hex553A3F0201A4315d131c
Octal1257277040321035352334
Binary101010111101011111101000001101010000111010111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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