#392F1A

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

Shades of Mikado #392F1A

Tints of Mikado #392F1A

Color information

#392F1A (or 0x392F1A) is unknown color: approx Mikado. HEX triplet: 39, 2F and 1A. RGB value is (57,47,26). Sum of RGB (Red+Green+Blue) = 57+47+26=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #392F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F1A is #C6D0E5. Grayscale: #2F2F2F. Windows color (decimal): -13029606 or 1716025. OLE color: 1716025.

HSL color Cylindrical-coordinate representation of color #392F1A: hue angle of 40.65º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #392F1A is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB574726-
CMYK00.180.540.78
HSL40.65º37.35%16.27%-
HSV(B)40.65º54.39%22.35%-
XYZ2.892.981.4-
YUV47.6115.81134.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.85%
GREEN value IS 47 (18.75% from 255) = 36.15%
BLUE value IS 26 (10.55% from 255) = 20%
R=43.85%
G=36.15%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57472600.180.540.7840.6537.3516.27
Hex392F1A012364E292510
Octal71573202266116514520
Binary11100110111111010010010110110100111010100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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