Html Css Color HEX #393310 Mikado

📋 copy color: '#393310'

red 57 ◦ green 51 ◦ blue 16

#393310
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mikado #393310

Tints of Mikado #393310

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.9%

R = 45.97%
G = 41.13%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.78

RGB Variations

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

Color information

#393310 (or 0x393310) is known color: 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

RGB 57 51 16 -
CMYK 0 0.11 0.72 0.78
HSL 51.22º 0.56% 0.14% -
HSV(B) 51.22º 0.72% 0.22% -
XYZ 2.96 3.27 0.97 -
YUV 48.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 57 51 16 0 0.11 0.72 0.78 51.22 0.56 0.14
Hex 39 33 10 0 B 48 4E 33 38 E
Octal 71 63 20 0 13 110 116 63 70 16
Binary 111001 110011 10000 0 1011 1001000 1001110 110011 111000 1110

Color Harmonies of #393310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393310

Black with #393310

Text Example


Text Example

White with #393310

Text Example


Text Example

HTML Codes & Css Web 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>