#392F0B

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

Shades of Mikado #392F0B

Tints of Mikado #392F0B

Color information

#392F0B (or 0x392F0B) is unknown color: approx Mikado. HEX triplet: 39, 2F and 0B. RGB value is (57,47,11). Sum of RGB (Red+Green+Blue) = 57+47+11=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #392F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392F0B is #C6D0F4. Grayscale: #2E2E2E. Windows color (decimal): -13029621 or 732985. OLE color: 732985.

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

Color convert

RGB574711-
CMYK00.180.810.78
HSL46.96º67.65%13.33%-
HSV(B)46.96º80.7%22.35%-
XYZ2.762.930.74-
YUV45.89108.31135.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.57%
GREEN value IS 47 (18.75% from 255) = 40.87%
BLUE value IS 11 (4.69% from 255) = 9.57%
R=49.57%
G=40.87%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57471100.180.810.7846.9667.6513.33
Hex392FB012514E2f44d
Octal7157130221211165710415
Binary11100110111110110100101010001100111010111110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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