#553A3C

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

Shades of Jon #553A3C

Tints of Jon #553A3C

Color information

#553A3C (or 0x553A3C) is unknown color: approx Jon. HEX triplet: 55, 3A and 3C. RGB value is (85,58,60). Sum of RGB (Red+Green+Blue) = 85+58+60=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #553A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A3C is #AAC5C3. Grayscale: #424242. Windows color (decimal): -11191748 or 3947093. OLE color: 3947093.

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

Color convert

RGB855860-
CMYK00.320.290.67
HSL355.56º18.88%28.04%-
HSV(B)355.56º31.76%33.33%-
XYZ6.075.284.97-
YUV66.3124.45141.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 58 (23.05% from 255) = 28.57%
BLUE value IS 60 (23.83% from 255) = 29.56%
R=41.87%
G=28.57%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85586000.320.290.67355.5618.8828.04
Hex553A3C0201D43164131c
Octal1257274040351035442334
Binary101010111101011110001000001110110000111011001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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