#403537

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

Shades of Jon #403537

Tints of Jon #403537

Color information

#403537 (or 0x403537) is unknown color: approx Jon. HEX triplet: 40, 35 and 37. RGB value is (64,53,55). Sum of RGB (Red+Green+Blue) = 64+53+55=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 64 - color contains mainly: red. Hex color #403537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403537 is #BFCAC8. Grayscale: #383838. Windows color (decimal): -12569289 or 3618112. OLE color: 3618112.

HSL color Cylindrical-coordinate representation of color #403537: hue angle of 349.09º 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 #403537 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB645355-
CMYK00.170.140.75
HSL349.09º9.4%22.94%-
HSV(B)349.09º17.19%25.1%-
XYZ4.083.914.15-
YUV56.52127.14133.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 53 (21.09% from 255) = 30.81%
BLUE value IS 55 (21.88% from 255) = 31.98%
R=37.21%
G=30.81%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64535500.170.140.75349.099.422.94
Hex403537011E4B15d917
Octal1006567021161135351127
Binary100000011010111011101000111101001011101011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403537; }

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

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

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

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

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

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

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

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