#393118

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

Shades of Mikado #393118

Tints of Mikado #393118

Color information

#393118 (or 0x393118) is unknown color: approx Mikado. HEX triplet: 39, 31 and 18. RGB value is (57,49,24). Sum of RGB (Red+Green+Blue) = 57+49+24=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #393118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393118 is #C6CEE7. Grayscale: #303030. Windows color (decimal): -13029096 or 1585465. OLE color: 1585465.

HSL color Cylindrical-coordinate representation of color #393118: hue angle of 45.45º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #393118 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB574924-
CMYK00.140.580.78
HSL45.45º40.74%15.88%-
HSV(B)45.45º57.89%22.35%-
XYZ2.953.131.31-
YUV48.54114.15134.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.85%
GREEN value IS 49 (19.53% from 255) = 37.69%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=43.85%
G=37.69%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57492400.140.580.7845.4540.7415.88
Hex3931180E3A4E2d2910
Octal71613001672116555120
Binary1110011100011100001110111010100111010110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393118; }

 p { color: rgb(57,49,24); }

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

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

 a { background-color: rgb(57,49,24); }

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

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

 span { border-color: rgb(57,49,24); }

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