#553A3E

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

Shades of Jon #553A3E

Tints of Jon #553A3E

Color information

#553A3E (or 0x553A3E) is unknown color: approx Jon. HEX triplet: 55, 3A and 3E. RGB value is (85,58,62). Sum of RGB (Red+Green+Blue) = 85+58+62=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #553A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A3E is #AAC5C1. Grayscale: #424242. Windows color (decimal): -11191746 or 4078165. OLE color: 4078165.

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

Color convert

RGB855862-
CMYK00.320.270.67
HSL351.11º18.88%28.04%-
HSV(B)351.11º31.76%33.33%-
XYZ6.135.315.26-
YUV66.53125.45141.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 62 (24.61% from 255) = 30.24%
R=41.46%
G=28.29%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85586200.320.270.67351.1118.8828.04
Hex553A3E0201B4315f131c
Octal1257276040331035372334
Binary101010111101011111001000001101110000111010111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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