#392F10

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

Shades of Mikado #392F10

Tints of Mikado #392F10

Color information

#392F10 (or 0x392F10) is unknown color: approx Mikado. HEX triplet: 39, 2F and 10. RGB value is (57,47,16). Sum of RGB (Red+Green+Blue) = 57+47+16=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #392F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392F10 is #C6D0EF. Grayscale: #2E2E2E. Windows color (decimal): -13029616 or 1060665. OLE color: 1060665.

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

Color convert

RGB574716-
CMYK00.180.720.78
HSL45.37º56.16%14.31%-
HSV(B)45.37º71.93%22.35%-
XYZ2.82.940.91-
YUV46.46110.81135.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.5%
GREEN value IS 47 (18.75% from 255) = 39.17%
BLUE value IS 16 (6.64% from 255) = 13.33%
R=47.5%
G=39.17%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57471600.180.720.7845.3756.1614.31
Hex392F10012484E2d38e
Octal715720022110116557016
Binary11100110111110000010010100100010011101011011110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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