Html Css Color HEX #3F371D Mikado

📋 copy color: '#3F371D'

red 63 ◦ green 55 ◦ blue 29

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

Shades of Mikado #3F371D

Tints of Mikado #3F371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.73%

R = 42.86%
G = 37.41%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#3F371D (or 0x3F371D) is known color: Mikado. HEX triplet: 3F, 37 and 1D. RGB value is (63,55,29). Sum of RGB (Red+Green+Blue) = 63+55+29=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 63 - color contains mainly: red. Hex color #3F371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F371D is #C0C8E2. Grayscale: #363636. Windows color (decimal): -12634339 or 1914687. OLE color: 1914687.

HSL color Cylindrical-coordinate representation of color #3F371D: hue angle of 45.88º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F371D is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 55 29 -
CMYK 0 0.13 0.54 0.75
HSL 45.88º 0.37% 0.18% -
HSV(B) 45.88º 0.54% 0.25% -
XYZ 3.64 3.88 1.72 -
YUV 54.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 63 55 29 0 0.13 0.54 0.75 45.88 0.37 0.18
Hex 3F 37 1D 0 D 36 4B 2E 25 12
Octal 77 67 35 0 15 66 113 56 45 22
Binary 111111 110111 11101 0 1101 110110 1001011 101110 100101 10010

Color Harmonies of #3F371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F371D

Black with #3F371D

Text Example


Text Example

White with #3F371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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