Html Css Color HEX #3F371A Mikado

📋 copy color: '#3F371A'

red 63 ◦ green 55 ◦ blue 26

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

Shades of Mikado #3F371A

Tints of Mikado #3F371A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.06%

R = 43.75%
G = 38.19%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#3F371A (or 0x3F371A) is known color: Mikado. HEX triplet: 3F, 37 and 1A. RGB value is (63,55,26). Sum of RGB (Red+Green+Blue) = 63+55+26=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 63 - color contains mainly: red. Hex color #3F371A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F371A is #C0C8E5. Grayscale: #363636. Windows color (decimal): -12634342 or 1718079. OLE color: 1718079.

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

Color convert

RGB 63 55 26 -
CMYK 0 0.13 0.59 0.75
HSL 47.03º 0.42% 0.17% -
HSV(B) 47.03º 0.59% 0.25% -
XYZ 3.6 3.86 1.53 -
YUV 54.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 63 55 26 0 0.13 0.59 0.75 47.03 0.42 0.17
Hex 3F 37 1A 0 D 3B 4B 2F 2A 11
Octal 77 67 32 0 15 73 113 57 52 21
Binary 111111 110111 11010 0 1101 111011 1001011 101111 101010 10001

Color Harmonies of #3F371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F371A

Black with #3F371A

Text Example


Text Example

White with #3F371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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