Html Css Color HEX #3F3013 Mikado

📋 copy color: '#3F3013'

red 63 ◦ green 48 ◦ blue 19

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

Shades of Mikado #3F3013

Tints of Mikado #3F3013

RGB

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

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

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

R = 48.46%
G = 36.92%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#3F3013 (or 0x3F3013) is known color: Mikado. HEX triplet: 3F, 30 and 13. RGB value is (63,48,19). Sum of RGB (Red+Green+Blue) = 63+48+19=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3013 is #C0CFEC. Grayscale: #313131. Windows color (decimal): -12636141 or 1257535. OLE color: 1257535.

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

Color convert

RGB 63 48 19 -
CMYK 0 0.24 0.70 0.75
HSL 39.55º 0.54% 0.16% -
HSV(B) 39.55º 0.7% 0.25% -
XYZ 3.22 3.22 1.07 -
YUV 49.18 110.97 137.86 -
System Red Green Blue C M Y K H S L
Decimal 63 48 19 0 0.24 0.70 0.75 39.55 0.54 0.16
Hex 3F 30 13 0 18 46 4B 28 36 10
Octal 77 60 23 0 30 106 113 50 66 20
Binary 111111 110000 10011 0 11000 1000110 1001011 101000 110110 10000

Color Harmonies of #3F3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3013

Black with #3F3013

Text Example


Text Example

White with #3F3013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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