#393015

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

Shades of Mikado #393015

Tints of Mikado #393015

Color information

#393015 (or 0x393015) is unknown color: approx Mikado. HEX triplet: 39, 30 and 15. RGB value is (57,48,21). Sum of RGB (Red+Green+Blue) = 57+48+21=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #393015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393015 is #C6CFEA. Grayscale: #2F2F2F. Windows color (decimal): -13029355 or 1388601. OLE color: 1388601.

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

Color convert

RGB574821-
CMYK00.160.630.78
HSL45º46.15%15.29%-
HSV(B)45º63.16%22.35%-
XYZ2.883.041.14-
YUV47.61112.98134.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.24%
GREEN value IS 48 (19.14% from 255) = 38.10%
BLUE value IS 21 (8.59% from 255) = 16.67%
R=45.24%
G=38.10%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57482100.160.630.784546.1515.29
Hex3930150103F4E2d2ef
Octal71602502077116555617
Binary1110011100001010101000011111110011101011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393015; }

 p { color: rgb(57,48,21); }

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

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

 a { background-color: rgb(57,48,21); }

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

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

 span { border-color: rgb(57,48,21); }

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