#392E01

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

Shades of Mikado #392E01

Tints of Mikado #392E01

Color information

#392E01 (or 0x392E01) is unknown color: approx Mikado. HEX triplet: 39, 2E and 01. RGB value is (57,46,1). Sum of RGB (Red+Green+Blue) = 57+46+1=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #392E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E01 is #C6D1FE. Grayscale: #2C2C2C. Windows color (decimal): -13029887 or 77369. OLE color: 77369.

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

Color convert

RGB57461-
CMYK00.190.980.78
HSL48.21º96.55%11.37%-
HSV(B)48.21º98.25%22.35%-
XYZ2.672.830.43-
YUV44.16103.64137.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.81%
GREEN value IS 46 (18.36% from 255) = 44.23%
BLUE value IS 1 (0.78% from 255) = 0.96%
R=54.81%
G=44.23%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5746100.190.980.7848.2196.5511.37
Hex392E1013624E3061b
Octal715610231421166014113
Binary11100110111010100111100010100111011000011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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