Html Css Color HEX #3F3415 Mikado

📋 copy color: '#3F3415'

red 63 ◦ green 52 ◦ blue 21

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

Shades of Mikado #3F3415

Tints of Mikado #3F3415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.44%

R = 46.32%
G = 38.24%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#3F3415 (or 0x3F3415) is known color: Mikado. HEX triplet: 3F, 34 and 15. RGB value is (63,52,21). Sum of RGB (Red+Green+Blue) = 63+52+21=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3415 is #C0CBEA. Grayscale: #333333. Windows color (decimal): -12635115 or 1389631. OLE color: 1389631.

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

Color convert

RGB 63 52 21 -
CMYK 0 0.17 0.67 0.75
HSL 44.29º 0.5% 0.16% -
HSV(B) 44.29º 0.67% 0.25% -
XYZ 3.41 3.57 1.22 -
YUV 51.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 63 52 21 0 0.17 0.67 0.75 44.29 0.5 0.16
Hex 3F 34 15 0 11 43 4B 2C 32 10
Octal 77 64 25 0 21 103 113 54 62 20
Binary 111111 110100 10101 0 10001 1000011 1001011 101100 110010 10000

Color Harmonies of #3F3415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3415

Black with #3F3415

Text Example


Text Example

White with #3F3415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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