#384549

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

Shades of Charade #384549

Tints of Charade #384549

Color information

#384549 (or 0x384549) is unknown color: approx Charade. HEX triplet: 38, 45 and 49. RGB value is (56,69,73). Sum of RGB (Red+Green+Blue) = 56+69+73=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 73 - color contains mainly: blue. Hex color #384549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384549 is #C7BAB6. Grayscale: #414141. Windows color (decimal): -13089463 or 4801848. OLE color: 4801848.

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

Color convert

RGB566973-
CMYK0.230.0500.71
HSL194.12º13.18%25.29%-
HSV(B)194.12º23.29%28.63%-
XYZ4.965.587.12-
YUV65.57132.19121.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.28%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 73 (28.91% from 255) = 36.87%
R=28.28%
G=34.85%
B=36.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5669730.230.0500.71194.1213.1825.29
Hex384549175047c2d19
Octal7010511127501073021531
Binary11100010001011001001101111010100011111000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384549; }

 p { color: rgb(56,69,73); }

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

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

 a { background-color: rgb(56,69,73); }

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

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

 span { border-color: rgb(56,69,73); }

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