#384548

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

Shades of Charade #384548

Tints of Charade #384548

Color information

#384548 (or 0x384548) is unknown color: approx Charade. HEX triplet: 38, 45 and 48. RGB value is (56,69,72). Sum of RGB (Red+Green+Blue) = 56+69+72=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 72 - color contains mainly: blue. Hex color #384548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384548 is #C7BAB7. Grayscale: #414141. Windows color (decimal): -13089464 or 4736312. OLE color: 4736312.

HSL color Cylindrical-coordinate representation of color #384548: hue angle of 191.25º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #384548 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB566972-
CMYK0.220.0400.72
HSL191.25º12.5%25.1%-
HSV(B)191.25º22.22%28.24%-
XYZ4.935.566.95-
YUV65.46131.69121.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 69 (27.34% from 255) = 35.03%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=28.43%
G=35.03%
B=36.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5669720.220.0400.72191.2512.525.1
Hex384548164048bfc19
Octal7010511026401102771431
Binary11100010001011001000101101000100100010111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384548; }

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

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

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

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

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

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

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

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