#393014

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

Shades of Mikado #393014

Tints of Mikado #393014

Color information

#393014 (or 0x393014) is unknown color: approx Mikado. HEX triplet: 39, 30 and 14. RGB value is (57,48,20). Sum of RGB (Red+Green+Blue) = 57+48+20=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 57 - color contains mainly: red. Hex color #393014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393014 is #C6CFEB. Grayscale: #2F2F2F. Windows color (decimal): -13029356 or 1323065. OLE color: 1323065.

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

Color convert

RGB574820-
CMYK00.160.650.78
HSL45.41º48.05%15.1%-
HSV(B)45.41º64.91%22.35%-
XYZ2.873.031.1-
YUV47.5112.48134.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.6%
GREEN value IS 48 (19.14% from 255) = 38.4%
BLUE value IS 20 (8.20% from 255) = 16%
R=45.6%
G=38.4%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57482000.160.650.7845.4148.0515.1
Hex393014010414E2d30f
Octal716024020101116556017
Binary11100111000010100010000100000110011101011011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393014; }

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

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

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

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

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

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

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

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