Html Css Color HEX #3F3316 Mikado

📋 copy color: '#3F3316'

red 63 ◦ green 51 ◦ blue 22

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

Shades of Mikado #3F3316

Tints of Mikado #3F3316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.5%

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

R = 46.32%
G = 37.5%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#3F3316 (or 0x3F3316) is known color: Mikado. HEX triplet: 3F, 33 and 16. RGB value is (63,51,22). Sum of RGB (Red+Green+Blue) = 63+51+22=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3316 is #C0CCE9. Grayscale: #333333. Windows color (decimal): -12635370 or 1454911. OLE color: 1454911.

HSL color Cylindrical-coordinate representation of color #3F3316: hue angle of 42.44º 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 #3F3316 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 51 22 -
CMYK 0 0.19 0.65 0.75
HSL 42.44º 0.48% 0.17% -
HSV(B) 42.44º 0.65% 0.25% -
XYZ 3.38 3.48 1.25 -
YUV 51.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 63 51 22 0 0.19 0.65 0.75 42.44 0.48 0.17
Hex 3F 33 16 0 13 41 4B 2A 30 11
Octal 77 63 26 0 23 101 113 52 60 21
Binary 111111 110011 10110 0 10011 1000001 1001011 101010 110000 10001

Color Harmonies of #3F3316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3316

Black with #3F3316

Text Example


Text Example

White with #3F3316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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