#413639

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

Shades of Jon #413639

Tints of Jon #413639

Color information

#413639 (or 0x413639) is unknown color: approx Jon. HEX triplet: 41, 36 and 39. RGB value is (65,54,57). Sum of RGB (Red+Green+Blue) = 65+54+57=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 65 - color contains mainly: red. Hex color #413639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413639 is #BEC9C6. Grayscale: #393939. Windows color (decimal): -12503495 or 3749441. OLE color: 3749441.

HSL color Cylindrical-coordinate representation of color #413639: hue angle of 343.64º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #413639 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB655457-
CMYK00.170.120.75
HSL343.64º9.24%23.33%-
HSV(B)343.64º16.92%25.49%-
XYZ4.244.064.43-
YUV57.63127.64133.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.93%
GREEN value IS 54 (21.48% from 255) = 30.68%
BLUE value IS 57 (22.66% from 255) = 32.39%
R=36.93%
G=30.68%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65545700.170.120.75343.649.2423.33
Hex413639011C4B158917
Octal1016671021141135301127
Binary100000111011011100101000111001001011101011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413639; }

 p { color: rgb(65,54,57); }

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

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

 a { background-color: rgb(65,54,57); }

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

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

 span { border-color: rgb(65,54,57); }

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