#504041

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

Shades of Jon #504041

Tints of Jon #504041

Color information

#504041 (or 0x504041) is unknown color: approx Jon. HEX triplet: 50, 40 and 41. RGB value is (80,64,65). Sum of RGB (Red+Green+Blue) = 80+64+65=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 80 - color contains mainly: red. Hex color #504041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504041 is #AFBFBE. Grayscale: #444444. Windows color (decimal): -11517887 or 4276304. OLE color: 4276304.

HSL color Cylindrical-coordinate representation of color #504041: hue angle of 356.25º 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 #504041 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB806465-
CMYK00.200.190.69
HSL356.25º11.11%28.24%-
HSV(B)356.25º20%31.37%-
XYZ6.15.755.79-
YUV68.9125.8135.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.28%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 65 (25.78% from 255) = 31.10%
R=38.28%
G=30.62%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80646500.200.190.69356.2511.1128.24
Hex5040410141345164b1c
Octal120100101024231055441334
Binary101000010000001000001010100100111000101101100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504041; }

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

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

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

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

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

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

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

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