Html Css Color HEX #3F3514 Mikado

📋 copy color: '#3F3514'

red 63 ◦ green 53 ◦ blue 20

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

Shades of Mikado #3F3514

Tints of Mikado #3F3514

RGB

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

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

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

R = 46.32%
G = 38.97%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#3F3514 (or 0x3F3514) is known color: Mikado. HEX triplet: 3F, 35 and 14. RGB value is (63,53,20). Sum of RGB (Red+Green+Blue) = 63+53+20=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3514 is #C0CAEB. Grayscale: #343434. Windows color (decimal): -12634860 or 1324351. OLE color: 1324351.

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

Color convert

RGB 63 53 20 -
CMYK 0 0.16 0.68 0.75
HSL 46.05º 0.52% 0.16% -
HSV(B) 46.05º 0.68% 0.25% -
XYZ 3.45 3.65 1.19 -
YUV 52.23 109.81 135.68 -
System Red Green Blue C M Y K H S L
Decimal 63 53 20 0 0.16 0.68 0.75 46.05 0.52 0.16
Hex 3F 35 14 0 10 44 4B 2E 34 10
Octal 77 65 24 0 20 104 113 56 64 20
Binary 111111 110101 10100 0 10000 1000100 1001011 101110 110100 10000

Color Harmonies of #3F3514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3514

Black with #3F3514

Text Example


Text Example

White with #3F3514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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