Html Css Color HEX #3F3716 Mikado

📋 copy color: '#3F3716'

red 63 ◦ green 55 ◦ blue 22

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

Shades of Mikado #3F3716

Tints of Mikado #3F3716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.29%

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

R = 45%
G = 39.29%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#3F3716 (or 0x3F3716) is known color: Mikado. HEX triplet: 3F, 37 and 16. RGB value is (63,55,22). Sum of RGB (Red+Green+Blue) = 63+55+22=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3716 is #C0C8E9. Grayscale: #353535. Windows color (decimal): -12634346 or 1455935. OLE color: 1455935.

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

Color convert

RGB 63 55 22 -
CMYK 0 0.13 0.65 0.75
HSL 48.29º 0.48% 0.17% -
HSV(B) 48.29º 0.65% 0.25% -
XYZ 3.56 3.85 1.31 -
YUV 53.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 63 55 22 0 0.13 0.65 0.75 48.29 0.48 0.17
Hex 3F 37 16 0 D 41 4B 30 30 11
Octal 77 67 26 0 15 101 113 60 60 21
Binary 111111 110111 10110 0 1101 1000001 1001011 110000 110000 10001

Color Harmonies of #3F3716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3716

Black with #3F3716

Text Example


Text Example

White with #3F3716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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