#392D01

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

Shades of Mikado #392D01

Tints of Mikado #392D01

Color information

#392D01 (or 0x392D01) is unknown color: approx Mikado. HEX triplet: 39, 2D and 01. RGB value is (57,45,1). Sum of RGB (Red+Green+Blue) = 57+45+1=103 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.34% from 103); Green value is 45 (17.97% from 255 or 43.69% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 57 - color contains mainly: red. Hex color #392D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392D01 is #C6D2FE. Grayscale: #2B2B2B. Windows color (decimal): -13030143 or 77113. OLE color: 77113.

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

Color convert

RGB57451-
CMYK00.210.980.78
HSL47.14º96.55%11.37%-
HSV(B)47.14º98.25%22.35%-
XYZ2.632.750.42-
YUV43.57103.98137.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 55.34%
GREEN value IS 45 (17.97% from 255) = 43.69%
BLUE value IS 1 (0.78% from 255) = 0.97%
R=55.34%
G=43.69%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5745100.210.980.7847.1496.5511.37
Hex392D1015624E2f61b
Octal715510251421165714113
Binary11100110110110101011100010100111010111111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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