#392E04

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

Shades of Mikado #392E04

Tints of Mikado #392E04

Color information

#392E04 (or 0x392E04) is unknown color: approx Mikado. HEX triplet: 39, 2E and 04. RGB value is (57,46,4). Sum of RGB (Red+Green+Blue) = 57+46+4=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #392E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E04 is #C6D1FB. Grayscale: #2C2C2C. Windows color (decimal): -13029884 or 273977. OLE color: 273977.

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

Color convert

RGB57464-
CMYK00.190.930.78
HSL47.55º86.89%11.96%-
HSV(B)47.55º92.98%22.35%-
XYZ2.692.830.52-
YUV44.5105.14136.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.27%
GREEN value IS 46 (18.36% from 255) = 42.99%
BLUE value IS 4 (1.95% from 255) = 3.74%
R=53.27%
G=42.99%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5746400.190.930.7847.5586.8911.96
Hex392E40135D4E3057c
Octal715640231351166012714
Binary1110011011101000100111011101100111011000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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