#392E0D

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

Shades of Mikado #392E0D

Tints of Mikado #392E0D

Color information

#392E0D (or 0x392E0D) is unknown color: approx Mikado. HEX triplet: 39, 2E and 0D. RGB value is (57,46,13). Sum of RGB (Red+Green+Blue) = 57+46+13=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #392E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E0D is #C6D1F2. Grayscale: #2D2D2D. Windows color (decimal): -13029875 or 863801. OLE color: 863801.

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

Color convert

RGB574613-
CMYK00.190.770.78
HSL45º62.86%13.73%-
HSV(B)45º77.19%22.35%-
XYZ2.742.850.79-
YUV45.53109.64136.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.14%
GREEN value IS 46 (18.36% from 255) = 39.66%
BLUE value IS 13 (5.47% from 255) = 11.21%
R=49.14%
G=39.66%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57461300.190.770.784562.8613.73
Hex392ED0134D4E2d3fe
Octal715615023115116557716
Binary1110011011101101010011100110110011101011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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