#392F03

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

Shades of Mikado #392F03

Tints of Mikado #392F03

Color information

#392F03 (or 0x392F03) is unknown color: approx Mikado. HEX triplet: 39, 2F and 03. RGB value is (57,47,3). Sum of RGB (Red+Green+Blue) = 57+47+3=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #392F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392F03 is #C6D0FC. Grayscale: #2D2D2D. Windows color (decimal): -13029629 or 208697. OLE color: 208697.

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

Color convert

RGB57473-
CMYK00.180.950.78
HSL48.89º90%11.76%-
HSV(B)48.89º94.74%22.35%-
XYZ2.722.910.5-
YUV44.97104.31136.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.27%
GREEN value IS 47 (18.75% from 255) = 43.93%
BLUE value IS 3 (1.56% from 255) = 2.80%
R=53.27%
G=43.93%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5747300.180.950.7848.899011.76
Hex392F30125F4E315ac
Octal715730221371166113214
Binary111001101111110100101011111100111011000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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