#392E10

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

Shades of Mikado #392E10

Tints of Mikado #392E10

Color information

#392E10 (or 0x392E10) is unknown color: approx Mikado. HEX triplet: 39, 2E and 10. RGB value is (57,46,16). Sum of RGB (Red+Green+Blue) = 57+46+16=119 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.90% from 119); Green value is 46 (18.36% from 255 or 38.66% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 57 - color contains mainly: red. Hex color #392E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E10 is #C6D1EF. Grayscale: #2D2D2D. Windows color (decimal): -13029872 or 1060409. OLE color: 1060409.

HSL color Cylindrical-coordinate representation of color #392E10: hue angle of 43.9º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #392E10 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.78.

Color convert

RGB574616-
CMYK00.190.720.78
HSL43.9º56.16%14.31%-
HSV(B)43.9º71.93%22.35%-
XYZ2.762.860.9-
YUV45.87111.14135.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.90%
GREEN value IS 46 (18.36% from 255) = 38.66%
BLUE value IS 16 (6.64% from 255) = 13.45%
R=47.90%
G=38.66%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57461600.190.720.7843.956.1614.31
Hex392E10013484E2c38e
Octal715620023110116547016
Binary11100110111010000010011100100010011101011001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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