#403739

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

Shades of Jon #403739

Tints of Jon #403739

Color information

#403739 (or 0x403739) is unknown color: approx Jon. HEX triplet: 40, 37 and 39. RGB value is (64,55,57). Sum of RGB (Red+Green+Blue) = 64+55+57=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 64 - color contains mainly: red. Hex color #403739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403739 is #BFC8C6. Grayscale: #393939. Windows color (decimal): -12568775 or 3749696. OLE color: 3749696.

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

Color convert

RGB645557-
CMYK00.140.110.75
HSL346.67º7.56%23.33%-
HSV(B)346.67º14.06%25.1%-
XYZ4.224.124.44-
YUV57.92127.48132.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 55 (21.88% from 255) = 31.25%
BLUE value IS 57 (22.66% from 255) = 32.39%
R=36.36%
G=31.25%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64555700.140.110.75346.677.5623.33
Hex4037390EB4B15b817
Octal1006771016131135331027
Binary10000001101111110010111010111001011101011011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403739; }

 p { color: rgb(64,55,57); }

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

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

 a { background-color: rgb(64,55,57); }

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

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

 span { border-color: rgb(64,55,57); }

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