Html Css Color HEX #392F15 Mikado

📋 copy color: '#392F15'

red 57 ◦ green 47 ◦ blue 21

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

Shades of Mikado #392F15

Tints of Mikado #392F15

RGB

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

 GREEN value IS 47 (18.75% from 255) = 37.6%

 BLUE value IS 21 (8.59% from 255) = 16.8%

R = 45.6%
G = 37.6%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#392F15 (or 0x392F15) is known color: Mikado. HEX triplet: 39, 2F and 15. RGB value is (57,47,21). Sum of RGB (Red+Green+Blue) = 57+47+21=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 57 - color contains mainly: red. Hex color #392F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392F15 is #C6D0EA. Grayscale: #2F2F2F. Windows color (decimal): -13029611 or 1388345. OLE color: 1388345.

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

Color convert

RGB 57 47 21 -
CMYK 0 0.18 0.63 0.78
HSL 43.33º 0.46% 0.15% -
HSV(B) 43.33º 0.63% 0.22% -
XYZ 2.84 2.96 1.13 -
YUV 47.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 57 47 21 0 0.18 0.63 0.78 43.33 0.46 0.15
Hex 39 2F 15 0 12 3F 4E 2B 2E F
Octal 71 57 25 0 22 77 116 53 56 17
Binary 111001 101111 10101 0 10010 111111 1001110 101011 101110 1111

Color Harmonies of #392F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392F15

Black with #392F15

Text Example


Text Example

White with #392F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,47,21); }

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

background-color css

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

 a { background-color: rgb(57,47,21); }

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

border-color css

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

 span { border-color: rgb(57,47,21); }

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