#394245

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

Shades of Charade #394245

Tints of Charade #394245

Color information

#394245 (or 0x394245) is unknown color: approx Charade. HEX triplet: 39, 42 and 45. RGB value is (57,66,69). Sum of RGB (Red+Green+Blue) = 57+66+69=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 69 - color contains mainly: blue. Hex color #394245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394245 is #C6BDBA. Grayscale: #3F3F3F. Windows color (decimal): -13024699 or 4538937. OLE color: 4538937.

HSL color Cylindrical-coordinate representation of color #394245: hue angle of 195º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #394245 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB576669-
CMYK0.170.0400.73
HSL195º9.52%24.71%-
HSV(B)195º17.39%27.06%-
XYZ4.715.26.38-
YUV63.65131.02123.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.69%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=29.69%
G=34.38%
B=35.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5766690.170.0400.731959.5224.71
Hex394245114049c3a19
Octal7110210521401113031231
Binary11100110000101000101100011000100100111000011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394245; }

 p { color: rgb(57,66,69); }

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

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

 a { background-color: rgb(57,66,69); }

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

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

 span { border-color: rgb(57,66,69); }

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