#403638

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

Shades of Jon #403638

Tints of Jon #403638

Color information

#403638 (or 0x403638) is unknown color: approx Jon. HEX triplet: 40, 36 and 38. RGB value is (64,54,56). Sum of RGB (Red+Green+Blue) = 64+54+56=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 64 - color contains mainly: red. Hex color #403638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403638 is #BFC9C7. Grayscale: #393939. Windows color (decimal): -12569032 or 3683904. OLE color: 3683904.

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

Color convert

RGB645456-
CMYK00.160.130.75
HSL348º8.47%23.14%-
HSV(B)348º15.62%25.1%-
XYZ4.154.014.3-
YUV57.22127.31132.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 54 (21.48% from 255) = 31.03%
BLUE value IS 56 (22.27% from 255) = 32.18%
R=36.78%
G=31.03%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64545600.160.130.753488.4723.14
Hex403638010D4B15c817
Octal1006670020151135341027
Binary100000011011011100001000011011001011101011100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403638; }

 p { color: rgb(64,54,56); }

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

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

 a { background-color: rgb(64,54,56); }

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

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

 span { border-color: rgb(64,54,56); }

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