#392D06

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

Shades of Mikado #392D06

Tints of Mikado #392D06

Color information

#392D06 (or 0x392D06) is unknown color: approx Mikado. HEX triplet: 39, 2D and 06. RGB value is (57,45,6). Sum of RGB (Red+Green+Blue) = 57+45+6=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 45 (17.97% from 255 or 41.67% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #392D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392D06 is #C6D2F9. Grayscale: #2C2C2C. Windows color (decimal): -13030138 or 404793. OLE color: 404793.

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

Color convert

RGB57456-
CMYK00.210.890.78
HSL45.88º80.95%12.35%-
HSV(B)45.88º89.47%22.35%-
XYZ2.662.760.56-
YUV44.14106.48137.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.78%
GREEN value IS 45 (17.97% from 255) = 41.67%
BLUE value IS 6 (2.73% from 255) = 5.56%
R=52.78%
G=41.67%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5745600.210.890.7845.8880.9512.35
Hex392D6015594E2e51c
Octal715560251311165612114
Binary1110011011011100101011011001100111010111010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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