#504142

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

Shades of Jon #504142

Tints of Jon #504142

Color information

#504142 (or 0x504142) is unknown color: approx Jon. HEX triplet: 50, 41 and 42. RGB value is (80,65,66). Sum of RGB (Red+Green+Blue) = 80+65+66=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 80 - color contains mainly: red. Hex color #504142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504142 is #AFBEBD. Grayscale: #454545. Windows color (decimal): -11517630 or 4342096. OLE color: 4342096.

HSL color Cylindrical-coordinate representation of color #504142: hue angle of 356º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #504142 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB806566-
CMYK00.190.170.69
HSL356º10.34%28.43%-
HSV(B)356º18.75%31.37%-
XYZ6.185.885.96-
YUV69.6125.97135.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 66 (26.17% from 255) = 31.28%
R=37.91%
G=30.81%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80656600.190.170.6935610.3428.43
Hex5041420131145164a1c
Octal120101102023211055441234
Binary101000010000011000010010011100011000101101100100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504142; }

 p { color: rgb(80,65,66); }

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

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

 a { background-color: rgb(80,65,66); }

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

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

 span { border-color: rgb(80,65,66); }

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