Html Css Color HEX #3F3413 Mikado

📋 copy color: '#3F3413'

red 63 ◦ green 52 ◦ blue 19

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

Shades of Mikado #3F3413

Tints of Mikado #3F3413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 38.81%

 BLUE value IS 19 (7.81% from 255) = 14.18%

R = 47.01%
G = 38.81%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#3F3413 (or 0x3F3413) is known color: Mikado. HEX triplet: 3F, 34 and 13. RGB value is (63,52,19). Sum of RGB (Red+Green+Blue) = 63+52+19=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3413 is #C0CBEC. Grayscale: #333333. Windows color (decimal): -12635117 or 1258559. OLE color: 1258559.

HSL color Cylindrical-coordinate representation of color #3F3413: hue angle of 45º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F3413 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 52 19 -
CMYK 0 0.17 0.70 0.75
HSL 45º 0.54% 0.16% -
HSV(B) 45º 0.7% 0.25% -
XYZ 3.4 3.56 1.12 -
YUV 51.53 109.64 136.18 -
System Red Green Blue C M Y K H S L
Decimal 63 52 19 0 0.17 0.70 0.75 45 0.54 0.16
Hex 3F 34 13 0 11 46 4B 2D 36 10
Octal 77 64 23 0 21 106 113 55 66 20
Binary 111111 110100 10011 0 10001 1000110 1001011 101101 110110 10000

Color Harmonies of #3F3413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3413

Black with #3F3413

Text Example


Text Example

White with #3F3413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,52,19); }

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

background-color css

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

 a { background-color: rgb(63,52,19); }

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

border-color css

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

 span { border-color: rgb(63,52,19); }

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