#392E14

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

Shades of Mikado #392E14

Tints of Mikado #392E14

Color information

#392E14 (or 0x392E14) is unknown color: approx Mikado. HEX triplet: 39, 2E and 14. RGB value is (57,46,20). Sum of RGB (Red+Green+Blue) = 57+46+20=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #392E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E14 is #C6D1EB. Grayscale: #2E2E2E. Windows color (decimal): -13029868 or 1322553. OLE color: 1322553.

HSL color Cylindrical-coordinate representation of color #392E14: hue angle of 42.16º 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 #392E14 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB574620-
CMYK00.190.650.78
HSL42.16º48.05%15.1%-
HSV(B)42.16º64.91%22.35%-
XYZ2.792.871.07-
YUV46.32113.14135.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.34%
GREEN value IS 46 (18.36% from 255) = 37.40%
BLUE value IS 20 (8.20% from 255) = 16.26%
R=46.34%
G=37.40%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57462000.190.650.7842.1648.0515.1
Hex392E14013414E2a30f
Octal715624023101116526017
Binary11100110111010100010011100000110011101010101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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