#403745

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

Shades of Jagger #403745

Tints of Jagger #403745

Color information

#403745 (or 0x403745) is unknown color: approx Jagger. HEX triplet: 40, 37 and 45. RGB value is (64,55,69). Sum of RGB (Red+Green+Blue) = 64+55+69=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 69 - color contains mainly: blue. Hex color #403745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403745 is #BFC8BA. Grayscale: #3B3B3B. Windows color (decimal): -12568763 or 4536128. OLE color: 4536128.

HSL color Cylindrical-coordinate representation of color #403745: hue angle of 278.57º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #403745 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB645569-
CMYK0.070.2000.73
HSL278.57º11.29%24.31%-
HSV(B)278.57º20.29%27.06%-
XYZ4.554.256.21-
YUV59.29133.48131.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.04%
GREEN value IS 55 (21.88% from 255) = 29.26%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=34.04%
G=29.26%
B=36.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6455690.070.2000.73278.5711.2924.31
Hex403745714049117b18
Octal1006710572401114271330
Binary100000011011110001011111010001001001100010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403745; }

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

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

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

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

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

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

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

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