#392E0A

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

Shades of Mikado #392E0A

Tints of Mikado #392E0A

Color information

#392E0A (or 0x392E0A) is unknown color: approx Mikado. HEX triplet: 39, 2E and 0A. RGB value is (57,46,10). Sum of RGB (Red+Green+Blue) = 57+46+10=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #392E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E0A is #C6D1F5. Grayscale: #2D2D2D. Windows color (decimal): -13029878 or 667193. OLE color: 667193.

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

Color convert

RGB574610-
CMYK00.190.820.78
HSL45.96º70.15%13.14%-
HSV(B)45.96º82.46%22.35%-
XYZ2.722.850.69-
YUV45.18108.14136.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.44%
GREEN value IS 46 (18.36% from 255) = 40.71%
BLUE value IS 10 (4.30% from 255) = 8.85%
R=50.44%
G=40.71%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57461000.190.820.7845.9670.1513.14
Hex392EA013524E2e46d
Octal7156120231221165610615
Binary11100110111010100100111010010100111010111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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