#393310

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

Shades of Mikado #393310

Tints of Mikado #393310

Color information

#393310 (or 0x393310) is unknown color: approx Mikado. HEX triplet: 39, 33 and 10. RGB value is (57,51,16). Sum of RGB (Red+Green+Blue) = 57+51+16=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #393310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393310 is #C6CCEF. Grayscale: #303030. Windows color (decimal): -13028592 or 1061689. OLE color: 1061689.

HSL color Cylindrical-coordinate representation of color #393310: hue angle of 51.22º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #393310 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.78.

Color convert

RGB575116-
CMYK00.110.720.78
HSL51.22º56.16%14.31%-
HSV(B)51.22º71.93%22.35%-
XYZ2.963.270.97-
YUV48.8109.49133.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.97%
GREEN value IS 51 (20.31% from 255) = 41.13%
BLUE value IS 16 (6.64% from 255) = 12.90%
R=45.97%
G=41.13%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57511600.110.720.7851.2256.1614.31
Hex3933100B484E3338e
Octal716320013110116637016
Binary1110011100111000001011100100010011101100111110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393310; }

 p { color: rgb(57,51,16); }

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

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

 a { background-color: rgb(57,51,16); }

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

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

 span { border-color: rgb(57,51,16); }

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