Html Css Color HEX #393010 Mikado

📋 copy color: '#393010'

red 57 ◦ green 48 ◦ blue 16

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

Shades of Mikado #393010

Tints of Mikado #393010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.22%

R = 47.11%
G = 39.67%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.78

RGB Variations

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

Color information

#393010 (or 0x393010) is known color: Mikado. HEX triplet: 39, 30 and 10. RGB value is (57,48,16). Sum of RGB (Red+Green+Blue) = 57+48+16=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 57 - color contains mainly: red. Hex color #393010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393010 is #C6CFEF. Grayscale: #2F2F2F. Windows color (decimal): -13029360 or 1060921. OLE color: 1060921.

HSL color Cylindrical-coordinate representation of color #393010: hue angle of 46.83º 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 #393010 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 48 16 -
CMYK 0 0.16 0.72 0.78
HSL 46.83º 0.56% 0.14% -
HSV(B) 46.83º 0.72% 0.22% -
XYZ 2.84 3.02 0.92 -
YUV 47.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 57 48 16 0 0.16 0.72 0.78 46.83 0.56 0.14
Hex 39 30 10 0 10 48 4E 2F 38 E
Octal 71 60 20 0 20 110 116 57 70 16
Binary 111001 110000 10000 0 10000 1001000 1001110 101111 111000 1110

Color Harmonies of #393010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393010

Black with #393010

Text Example


Text Example

White with #393010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393010; }

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

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

background-color css

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

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

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

border-color css

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

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

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