#392F13

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

Shades of Mikado #392F13

Tints of Mikado #392F13

Color information

#392F13 (or 0x392F13) is unknown color: approx Mikado. HEX triplet: 39, 2F and 13. RGB value is (57,47,19). Sum of RGB (Red+Green+Blue) = 57+47+19=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #392F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392F13 is #C6D0EC. Grayscale: #2E2E2E. Windows color (decimal): -13029613 or 1257273. OLE color: 1257273.

HSL color Cylindrical-coordinate representation of color #392F13: hue angle of 44.21º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #392F13 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB574719-
CMYK00.180.670.78
HSL44.21º50%14.9%-
HSV(B)44.21º66.67%22.35%-
XYZ2.822.951.04-
YUV46.8112.31135.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.34%
GREEN value IS 47 (18.75% from 255) = 38.21%
BLUE value IS 19 (7.81% from 255) = 15.45%
R=46.34%
G=38.21%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57471900.180.670.7844.215014.9
Hex392F13012434E2c32f
Octal715723022103116546217
Binary11100110111110011010010100001110011101011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392F13; }

 p { color: rgb(57,47,19); }

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

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

 a { background-color: rgb(57,47,19); }

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

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

 span { border-color: rgb(57,47,19); }

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