Html Css Color HEX #3F3713 Mikado

📋 copy color: '#3F3713'

red 63 ◦ green 55 ◦ blue 19

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

Shades of Mikado #3F3713

Tints of Mikado #3F3713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.15%

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

R = 45.99%
G = 40.15%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#3F3713 (or 0x3F3713) is known color: Mikado. HEX triplet: 3F, 37 and 13. RGB value is (63,55,19). Sum of RGB (Red+Green+Blue) = 63+55+19=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3713 is #C0C8EC. Grayscale: #353535. Windows color (decimal): -12634349 or 1259327. OLE color: 1259327.

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

Color convert

RGB 63 55 19 -
CMYK 0 0.13 0.70 0.75
HSL 49.09º 0.54% 0.16% -
HSV(B) 49.09º 0.7% 0.25% -
XYZ 3.53 3.84 1.17 -
YUV 53.29 108.65 134.93 -
System Red Green Blue C M Y K H S L
Decimal 63 55 19 0 0.13 0.70 0.75 49.09 0.54 0.16
Hex 3F 37 13 0 D 46 4B 31 36 10
Octal 77 67 23 0 15 106 113 61 66 20
Binary 111111 110111 10011 0 1101 1000110 1001011 110001 110110 10000

Color Harmonies of #3F3713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3713

Black with #3F3713

Text Example


Text Example

White with #3F3713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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