#392C01

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

Shades of Mikado #392C01

Tints of Mikado #392C01

Color information

#392C01 (or 0x392C01) is unknown color: approx Mikado. HEX triplet: 39, 2C and 01. RGB value is (57,44,1). Sum of RGB (Red+Green+Blue) = 57+44+1=102 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.88% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 57 - color contains mainly: red. Hex color #392C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392C01 is #C6D3FE. Grayscale: #2B2B2B. Windows color (decimal): -13030399 or 76857. OLE color: 76857.

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

Color convert

RGB57441-
CMYK00.230.980.78
HSL46.07º96.55%11.37%-
HSV(B)46.07º98.25%22.35%-
XYZ2.592.670.41-
YUV42.98104.31138-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 55.88%
GREEN value IS 44 (17.58% from 255) = 43.14%
BLUE value IS 1 (0.78% from 255) = 0.98%
R=55.88%
G=43.14%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5744100.230.980.7846.0796.5511.37
Hex392C1017624E2e61b
Octal715410271421165614113
Binary11100110110010101111100010100111010111011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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