Html Css Color HEX #3F3412 Mikado

📋 copy color: '#3F3412'

red 63 ◦ green 52 ◦ blue 18

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

Shades of Mikado #3F3412

Tints of Mikado #3F3412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.53%

R = 47.37%
G = 39.1%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#3F3412 (or 0x3F3412) is known color: Mikado. HEX triplet: 3F, 34 and 12. RGB value is (63,52,18). Sum of RGB (Red+Green+Blue) = 63+52+18=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3412 is #C0CBED. Grayscale: #333333. Windows color (decimal): -12635118 or 1193023. OLE color: 1193023.

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

Color convert

RGB 63 52 18 -
CMYK 0 0.17 0.71 0.75
HSL 45.33º 0.56% 0.16% -
HSV(B) 45.33º 0.71% 0.25% -
XYZ 3.39 3.56 1.08 -
YUV 51.41 109.14 136.26 -
System Red Green Blue C M Y K H S L
Decimal 63 52 18 0 0.17 0.71 0.75 45.33 0.56 0.16
Hex 3F 34 12 0 11 47 4B 2D 38 10
Octal 77 64 22 0 21 107 113 55 70 20
Binary 111111 110100 10010 0 10001 1000111 1001011 101101 111000 10000

Color Harmonies of #3F3412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3412

Black with #3F3412

Text Example


Text Example

White with #3F3412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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