#392E06

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

Shades of Mikado #392E06

Tints of Mikado #392E06

Color information

#392E06 (or 0x392E06) is unknown color: approx Mikado. HEX triplet: 39, 2E and 06. RGB value is (57,46,6). Sum of RGB (Red+Green+Blue) = 57+46+6=109 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.29% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 57 - color contains mainly: red. Hex color #392E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E06 is #C6D1F9. Grayscale: #2C2C2C. Windows color (decimal): -13029882 or 405049. OLE color: 405049.

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

Color convert

RGB57466-
CMYK00.190.890.78
HSL47.06º80.95%12.35%-
HSV(B)47.06º89.47%22.35%-
XYZ2.72.840.58-
YUV44.73106.14136.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.29%
GREEN value IS 46 (18.36% from 255) = 42.20%
BLUE value IS 6 (2.73% from 255) = 5.50%
R=52.29%
G=42.20%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5746600.190.890.7847.0680.9512.35
Hex392E6013594E2f51c
Octal715660231311165712114
Binary1110011011101100100111011001100111010111110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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