Html Css Color HEX #3F3116 Mikado

📋 copy color: '#3F3116'

red 63 ◦ green 49 ◦ blue 22

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

Shades of Mikado #3F3116

Tints of Mikado #3F3116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.42%

R = 47.01%
G = 36.57%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#3F3116 (or 0x3F3116) is known color: Mikado. HEX triplet: 3F, 31 and 16. RGB value is (63,49,22). Sum of RGB (Red+Green+Blue) = 63+49+22=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3116 is #C0CEE9. Grayscale: #323232. Windows color (decimal): -12635882 or 1454399. OLE color: 1454399.

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

Color convert

RGB 63 49 22 -
CMYK 0 0.22 0.65 0.75
HSL 39.51º 0.48% 0.17% -
HSV(B) 39.51º 0.65% 0.25% -
XYZ 3.29 3.31 1.22 -
YUV 50.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 63 49 22 0 0.22 0.65 0.75 39.51 0.48 0.17
Hex 3F 31 16 0 16 41 4B 28 30 11
Octal 77 61 26 0 26 101 113 50 60 21
Binary 111111 110001 10110 0 10110 1000001 1001011 101000 110000 10001

Color Harmonies of #3F3116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3116

Black with #3F3116

Text Example


Text Example

White with #3F3116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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