#392D0C

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

Shades of Mikado #392D0C

Tints of Mikado #392D0C

Color information

#392D0C (or 0x392D0C) is unknown color: approx Mikado. HEX triplet: 39, 2D and 0C. RGB value is (57,45,12). Sum of RGB (Red+Green+Blue) = 57+45+12=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #392D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392D0C is #C6D2F3. Grayscale: #2C2C2C. Windows color (decimal): -13030132 or 798009. OLE color: 798009.

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

Color convert

RGB574512-
CMYK00.210.790.78
HSL44º65.22%13.53%-
HSV(B)44º78.95%22.35%-
XYZ2.692.770.74-
YUV44.83109.48136.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50%
GREEN value IS 45 (17.97% from 255) = 39.47%
BLUE value IS 12 (5.08% from 255) = 10.53%
R=50%
G=39.47%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57451200.210.790.784465.2213.53
Hex392DC0154F4E2c41e
Octal7155140251171165410116
Binary11100110110111000101011001111100111010110010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,45,12); }

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

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

 a { background-color: rgb(57,45,12); }

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

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

 span { border-color: rgb(57,45,12); }

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