Html Css Color HEX #3F3115 Mikado

📋 copy color: '#3F3115'

red 63 ◦ green 49 ◦ blue 21

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

Shades of Mikado #3F3115

Tints of Mikado #3F3115

RGB

 RED value IS 63 (25% from 255) = 47.37%

 GREEN value IS 49 (19.53% from 255) = 36.84%

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

R = 47.37%
G = 36.84%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#3F3115 (or 0x3F3115) is known color: Mikado. HEX triplet: 3F, 31 and 15. RGB value is (63,49,21). Sum of RGB (Red+Green+Blue) = 63+49+21=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3115 is #C0CEEA. Grayscale: #323232. Windows color (decimal): -12635883 or 1388863. OLE color: 1388863.

HSL color Cylindrical-coordinate representation of color #3F3115: hue angle of 40º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F3115 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 49 21 -
CMYK 0 0.22 0.67 0.75
HSL 40º 0.5% 0.16% -
HSV(B) 40º 0.67% 0.25% -
XYZ 3.28 3.31 1.17 -
YUV 49.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 63 49 21 0 0.22 0.67 0.75 40 0.5 0.16
Hex 3F 31 15 0 16 43 4B 28 32 10
Octal 77 61 25 0 26 103 113 50 62 20
Binary 111111 110001 10101 0 10110 1000011 1001011 101000 110010 10000

Color Harmonies of #3F3115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3115

Black with #3F3115

Text Example


Text Example

White with #3F3115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F3115; }

 p { color: rgb(63,49,21); }

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

background-color css

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

 a { background-color: rgb(63,49,21); }

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

border-color css

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

 span { border-color: rgb(63,49,21); }

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