Html Css Color HEX #3F3214 Mikado

📋 copy color: '#3F3214'

red 63 ◦ green 50 ◦ blue 20

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

Shades of Mikado #3F3214

Tints of Mikado #3F3214

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.59%

 BLUE value IS 20 (8.2% from 255) = 15.04%

R = 47.37%
G = 37.59%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#3F3214 (or 0x3F3214) is known color: Mikado. HEX triplet: 3F, 32 and 14. RGB value is (63,50,20). Sum of RGB (Red+Green+Blue) = 63+50+20=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3214 is #C0CDEB. Grayscale: #323232. Windows color (decimal): -12635628 or 1323583. OLE color: 1323583.

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

Color convert

RGB 63 50 20 -
CMYK 0 0.21 0.68 0.75
HSL 41.86º 0.52% 0.16% -
HSV(B) 41.86º 0.68% 0.25% -
XYZ 3.32 3.39 1.14 -
YUV 50.47 110.81 136.94 -
System Red Green Blue C M Y K H S L
Decimal 63 50 20 0 0.21 0.68 0.75 41.86 0.52 0.16
Hex 3F 32 14 0 15 44 4B 2A 34 10
Octal 77 62 24 0 25 104 113 52 64 20
Binary 111111 110010 10100 0 10101 1000100 1001011 101010 110100 10000

Color Harmonies of #3F3214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3214

Black with #3F3214

Text Example


Text Example

White with #3F3214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,50,20); }

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

background-color css

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

 a { background-color: rgb(63,50,20); }

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

border-color css

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

 span { border-color: rgb(63,50,20); }

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