#392E13

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

Shades of Mikado #392E13

Tints of Mikado #392E13

Color information

#392E13 (or 0x392E13) is unknown color: approx Mikado. HEX triplet: 39, 2E and 13. RGB value is (57,46,19). Sum of RGB (Red+Green+Blue) = 57+46+19=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #392E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E13 is #C6D1EC. Grayscale: #2E2E2E. Windows color (decimal): -13029869 or 1257017. OLE color: 1257017.

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

Color convert

RGB574619-
CMYK00.190.670.78
HSL42.63º50%14.9%-
HSV(B)42.63º66.67%22.35%-
XYZ2.782.871.02-
YUV46.21112.64135.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.72%
GREEN value IS 46 (18.36% from 255) = 37.70%
BLUE value IS 19 (7.81% from 255) = 15.57%
R=46.72%
G=37.70%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57461900.190.670.7842.635014.9
Hex392E13013434E2b32f
Octal715623023103116536217
Binary11100110111010011010011100001110011101010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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