Html Css Color HEX #392E14 Mikado

📋 copy color: '#392E14'

red 57 ◦ green 46 ◦ blue 20

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

Shades of Mikado #392E14

Tints of Mikado #392E14

RGB

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

 GREEN value IS 46 (18.36% from 255) = 37.4%

 BLUE value IS 20 (8.2% from 255) = 16.26%

R = 46.34%
G = 37.4%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#392E14 (or 0x392E14) is known color: Mikado. HEX triplet: 39, 2E and 14. RGB value is (57,46,20). Sum of RGB (Red+Green+Blue) = 57+46+20=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #392E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E14 is #C6D1EB. Grayscale: #2E2E2E. Windows color (decimal): -13029868 or 1322553. OLE color: 1322553.

HSL color Cylindrical-coordinate representation of color #392E14: hue angle of 42.16º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #392E14 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 46 20 -
CMYK 0 0.19 0.65 0.78
HSL 42.16º 0.48% 0.15% -
HSV(B) 42.16º 0.65% 0.22% -
XYZ 2.79 2.87 1.07 -
YUV 46.33 113.14 135.61 -
System Red Green Blue C M Y K H S L
Decimal 57 46 20 0 0.19 0.65 0.78 42.16 0.48 0.15
Hex 39 2E 14 0 13 41 4E 2A 30 F
Octal 71 56 24 0 23 101 116 52 60 17
Binary 111001 101110 10100 0 10011 1000001 1001110 101010 110000 1111

Color Harmonies of #392E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392E14

Black with #392E14

Text Example


Text Example

White with #392E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,46,20); }

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

background-color css

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

 a { background-color: rgb(57,46,20); }

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

border-color css

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

 span { border-color: rgb(57,46,20); }

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