#553A3B

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

Shades of Jon #553A3B

Tints of Jon #553A3B

Color information

#553A3B (or 0x553A3B) is unknown color: approx Jon. HEX triplet: 55, 3A and 3B. RGB value is (85,58,59). Sum of RGB (Red+Green+Blue) = 85+58+59=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #553A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A3B is #AAC5C4. Grayscale: #424242. Windows color (decimal): -11191749 or 3881557. OLE color: 3881557.

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

Color convert

RGB855859-
CMYK00.320.310.67
HSL357.78º18.88%28.04%-
HSV(B)357.78º31.76%33.33%-
XYZ6.055.274.84-
YUV66.19123.95141.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.08%
GREEN value IS 58 (23.05% from 255) = 28.71%
BLUE value IS 59 (23.44% from 255) = 29.21%
R=42.08%
G=28.71%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85585900.320.310.67357.7818.8828.04
Hex553A3B0201F43166131c
Octal1257273040371035462334
Binary101010111101011101101000001111110000111011001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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