Html Css Color HEX #3F3313 Mikado

📋 copy color: '#3F3313'

red 63 ◦ green 51 ◦ blue 19

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

Shades of Mikado #3F3313

Tints of Mikado #3F3313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.35%

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

R = 47.37%
G = 38.35%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#3F3313 (or 0x3F3313) is known color: Mikado. HEX triplet: 3F, 33 and 13. RGB value is (63,51,19). Sum of RGB (Red+Green+Blue) = 63+51+19=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3313 is #C0CCEC. Grayscale: #333333. Windows color (decimal): -12635373 or 1258303. OLE color: 1258303.

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

Color convert

RGB 63 51 19 -
CMYK 0 0.19 0.70 0.75
HSL 43.64º 0.54% 0.16% -
HSV(B) 43.64º 0.7% 0.25% -
XYZ 3.35 3.47 1.11 -
YUV 50.94 109.98 136.6 -
System Red Green Blue C M Y K H S L
Decimal 63 51 19 0 0.19 0.70 0.75 43.64 0.54 0.16
Hex 3F 33 13 0 13 46 4B 2C 36 10
Octal 77 63 23 0 23 106 113 54 66 20
Binary 111111 110011 10011 0 10011 1000110 1001011 101100 110110 10000

Color Harmonies of #3F3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3313

Black with #3F3313

Text Example


Text Example

White with #3F3313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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