#55383B

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

Shades of Jon #55383B

Tints of Jon #55383B

Color information

#55383B (or 0x55383B) is unknown color: approx Jon. HEX triplet: 55, 38 and 3B. RGB value is (85,56,59). Sum of RGB (Red+Green+Blue) = 85+56+59=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #55383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55383B is #AAC7C4. Grayscale: #414141. Windows color (decimal): -11192261 or 3881045. OLE color: 3881045.

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

Color convert

RGB855659-
CMYK00.340.310.67
HSL353.79º20.57%27.65%-
HSV(B)353.79º34.12%33.33%-
XYZ5.955.084.8-
YUV65.01124.61142.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 56 (22.27% from 255) = 28%
BLUE value IS 59 (23.44% from 255) = 29.5%
R=42.5%
G=28%
B=29.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85565900.340.310.67353.7920.5727.65
Hex55383B0221F43162151c
Octal1257073042371035422534
Binary101010111100011101101000101111110000111011000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55383B; }

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

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

<style>
 a { background-color: #55383B; }

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

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

<style>
 span { border-color: #55383B; }

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

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