#504042

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

Shades of Jon #504042

Tints of Jon #504042

Color information

#504042 (or 0x504042) is unknown color: approx Jon. HEX triplet: 50, 40 and 42. RGB value is (80,64,66). Sum of RGB (Red+Green+Blue) = 80+64+66=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 80 - color contains mainly: red. Hex color #504042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504042 is #AFBFBD. Grayscale: #454545. Windows color (decimal): -11517886 or 4341840. OLE color: 4341840.

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

Color convert

RGB806466-
CMYK00.200.170.69
HSL352.5º11.11%28.24%-
HSV(B)352.5º20%31.37%-
XYZ6.135.775.94-
YUV69.01126.3135.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 64 (25.39% from 255) = 30.48%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=38.10%
G=30.48%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80646600.200.170.69352.511.1128.24
Hex5040420141145160b1c
Octal120100102024211055401334
Binary101000010000001000010010100100011000101101100000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504042; }

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

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

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

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

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

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

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

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