Html Css Color HEX #393012 Mikado

📋 copy color: '#393012'

red 57 ◦ green 48 ◦ blue 18

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

Shades of Mikado #393012

Tints of Mikado #393012

RGB

 RED value IS 57 (22.66% from 255) = 46.34%

 GREEN value IS 48 (19.14% from 255) = 39.02%

 BLUE value IS 18 (7.42% from 255) = 14.63%

R = 46.34%
G = 39.02%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#393012 (or 0x393012) is known color: Mikado. HEX triplet: 39, 30 and 12. RGB value is (57,48,18). Sum of RGB (Red+Green+Blue) = 57+48+18=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #393012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393012 is #C6CFED. Grayscale: #2F2F2F. Windows color (decimal): -13029358 or 1191993. OLE color: 1191993.

HSL color Cylindrical-coordinate representation of color #393012: hue angle of 46.15º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #393012 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 48 18 -
CMYK 0 0.16 0.68 0.78
HSL 46.15º 0.52% 0.15% -
HSV(B) 46.15º 0.68% 0.22% -
XYZ 2.85 3.03 1.01 -
YUV 47.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 57 48 18 0 0.16 0.68 0.78 46.15 0.52 0.15
Hex 39 30 12 0 10 44 4E 2E 34 F
Octal 71 60 22 0 20 104 116 56 64 17
Binary 111001 110000 10010 0 10000 1000100 1001110 101110 110100 1111

Color Harmonies of #393012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393012

Black with #393012

Text Example


Text Example

White with #393012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393012; }

 p { color: rgb(57,48,18); }

 H1.HeaderClassName
 {
   color: #393012;
 }
 .AnyTagClassName
 {
   color: #393012;
 }
</style>

background-color css

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

 a { background-color: rgb(57,48,18); }

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

border-color css

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

 span { border-color: rgb(57,48,18); }

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