Html Css Color HEX #3F3516 Mikado

📋 copy color: '#3F3516'

red 63 ◦ green 53 ◦ blue 22

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

Shades of Mikado #3F3516

Tints of Mikado #3F3516

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.41%

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

R = 45.65%
G = 38.41%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#3F3516 (or 0x3F3516) is known color: Mikado. HEX triplet: 3F, 35 and 16. RGB value is (63,53,22). Sum of RGB (Red+Green+Blue) = 63+53+22=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3516 is #C0CAE9. Grayscale: #343434. Windows color (decimal): -12634858 or 1455423. OLE color: 1455423.

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

Color convert

RGB 63 53 22 -
CMYK 0 0.16 0.65 0.75
HSL 45.37º 0.48% 0.17% -
HSV(B) 45.37º 0.65% 0.25% -
XYZ 3.47 3.66 1.28 -
YUV 52.46 110.81 135.52 -
System Red Green Blue C M Y K H S L
Decimal 63 53 22 0 0.16 0.65 0.75 45.37 0.48 0.17
Hex 3F 35 16 0 10 41 4B 2D 30 11
Octal 77 65 26 0 20 101 113 55 60 21
Binary 111111 110101 10110 0 10000 1000001 1001011 101101 110000 10001

Color Harmonies of #3F3516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3516

Black with #3F3516

Text Example


Text Example

White with #3F3516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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