Html Css Color HEX #3F361D Mikado

📋 copy color: '#3F361D'

red 63 ◦ green 54 ◦ blue 29

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

Shades of Mikado #3F361D

Tints of Mikado #3F361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.99%

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

R = 43.15%
G = 36.99%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#3F361D (or 0x3F361D) is known color: Mikado. HEX triplet: 3F, 36 and 1D. RGB value is (63,54,29). Sum of RGB (Red+Green+Blue) = 63+54+29=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F361D is #C0C9E2. Grayscale: #353535. Windows color (decimal): -12634595 or 1914431. OLE color: 1914431.

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

Color convert

RGB 63 54 29 -
CMYK 0 0.14 0.54 0.75
HSL 44.12º 0.37% 0.18% -
HSV(B) 44.12º 0.54% 0.25% -
XYZ 3.59 3.78 1.7 -
YUV 53.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 63 54 29 0 0.14 0.54 0.75 44.12 0.37 0.18
Hex 3F 36 1D 0 E 36 4B 2C 25 12
Octal 77 66 35 0 16 66 113 54 45 22
Binary 111111 110110 11101 0 1110 110110 1001011 101100 100101 10010

Color Harmonies of #3F361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F361D

Black with #3F361D

Text Example


Text Example

White with #3F361D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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