#392E03

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

Shades of Mikado #392E03

Tints of Mikado #392E03

Color information

#392E03 (or 0x392E03) is unknown color: approx Mikado. HEX triplet: 39, 2E and 03. RGB value is (57,46,3). Sum of RGB (Red+Green+Blue) = 57+46+3=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #392E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E03 is #C6D1FC. Grayscale: #2C2C2C. Windows color (decimal): -13029885 or 208441. OLE color: 208441.

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

Color convert

RGB57463-
CMYK00.190.950.78
HSL47.78º90%11.76%-
HSV(B)47.78º94.74%22.35%-
XYZ2.682.830.49-
YUV44.39104.64137-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.77%
GREEN value IS 46 (18.36% from 255) = 43.40%
BLUE value IS 3 (1.56% from 255) = 2.83%
R=53.77%
G=43.40%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5746300.190.950.7847.789011.76
Hex392E30135F4E305ac
Octal715630231371166013214
Binary111001101110110100111011111100111011000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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