Html Css Color HEX #3F3014 Mikado

📋 copy color: '#3F3014'

red 63 ◦ green 48 ◦ blue 20

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

Shades of Mikado #3F3014

Tints of Mikado #3F3014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.64%

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

R = 48.09%
G = 36.64%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#3F3014 (or 0x3F3014) is known color: Mikado. HEX triplet: 3F, 30 and 14. RGB value is (63,48,20). Sum of RGB (Red+Green+Blue) = 63+48+20=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3014 is #C0CFEB. Grayscale: #313131. Windows color (decimal): -12636140 or 1323071. OLE color: 1323071.

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

Color convert

RGB 63 48 20 -
CMYK 0 0.24 0.68 0.75
HSL 39.07º 0.52% 0.16% -
HSV(B) 39.07º 0.68% 0.25% -
XYZ 3.23 3.22 1.11 -
YUV 49.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 63 48 20 0 0.24 0.68 0.75 39.07 0.52 0.16
Hex 3F 30 14 0 18 44 4B 27 34 10
Octal 77 60 24 0 30 104 113 47 64 20
Binary 111111 110000 10100 0 11000 1000100 1001011 100111 110100 10000

Color Harmonies of #3F3014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3014

Black with #3F3014

Text Example


Text Example

White with #3F3014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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