#55393D

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

Shades of Jon #55393D

Tints of Jon #55393D

Color information

#55393D (or 0x55393D) is unknown color: approx Jon. HEX triplet: 55, 39 and 3D. RGB value is (85,57,61). Sum of RGB (Red+Green+Blue) = 85+57+61=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #55393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55393D is #AAC6C2. Grayscale: #414141. Windows color (decimal): -11192003 or 4012373. OLE color: 4012373.

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

Color convert

RGB855761-
CMYK00.330.280.67
HSL351.43º19.72%27.84%-
HSV(B)351.43º32.94%33.33%-
XYZ6.055.195.1-
YUV65.83125.28141.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 57 (22.66% from 255) = 28.08%
BLUE value IS 61 (24.22% from 255) = 30.05%
R=41.87%
G=28.08%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85576100.330.280.67351.4319.7227.84
Hex55393D0211C4315f141c
Octal1257175041341035372434
Binary101010111100111110101000011110010000111010111111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55393D; }

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

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

<style>
 a { background-color: #55393D; }

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

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

<style>
 span { border-color: #55393D; }

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

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