#553D3E

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

Shades of Jon #553D3E

Tints of Jon #553D3E

Color information

#553D3E (or 0x553D3E) is unknown color: approx Jon. HEX triplet: 55, 3D and 3E. RGB value is (85,61,62). Sum of RGB (Red+Green+Blue) = 85+61+62=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #553D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D3E is #AAC2C1. Grayscale: #444444. Windows color (decimal): -11190978 or 4078933. OLE color: 4078933.

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

Color convert

RGB856162-
CMYK00.280.270.67
HSL357.5º16.44%28.63%-
HSV(B)357.5º28.24%33.33%-
XYZ6.285.625.31-
YUV68.29124.45139.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.87%
GREEN value IS 61 (24.22% from 255) = 29.33%
BLUE value IS 62 (24.61% from 255) = 29.81%
R=40.87%
G=29.33%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85616200.280.270.67357.516.4428.63
Hex553D3E01C1B43166101d
Octal1257576034331035462035
Binary10101011111011111100111001101110000111011001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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