#55383A

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

Shades of Jon #55383A

Tints of Jon #55383A

Color information

#55383A (or 0x55383A) is unknown color: approx Jon. HEX triplet: 55, 38 and 3A. RGB value is (85,56,58). Sum of RGB (Red+Green+Blue) = 85+56+58=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #55383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55383A is #AAC7C5. Grayscale: #404040. Windows color (decimal): -11192262 or 3815509. OLE color: 3815509.

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

Color convert

RGB855658-
CMYK00.340.320.67
HSL355.86º20.57%27.65%-
HSV(B)355.86º34.12%33.33%-
XYZ5.925.074.67-
YUV64.9124.11142.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.71%
GREEN value IS 56 (22.27% from 255) = 28.14%
BLUE value IS 58 (23.05% from 255) = 29.15%
R=42.71%
G=28.14%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85565800.340.320.67355.8620.5727.65
Hex55383A0222043164151c
Octal1257072042401035442534
Binary1010101111000111010010001010000010000111011001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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