Html Css Color HEX #3F381C Mikado

📋 copy color: '#3F381C'

red 63 ◦ green 56 ◦ blue 28

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

Shades of Mikado #3F381C

Tints of Mikado #3F381C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.1%

 BLUE value IS 28 (11.33% from 255) = 19.05%

R = 42.86%
G = 38.1%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#3F381C (or 0x3F381C) is known color: Mikado. HEX triplet: 3F, 38 and 1C. RGB value is (63,56,28). Sum of RGB (Red+Green+Blue) = 63+56+28=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 63 - color contains mainly: red. Hex color #3F381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F381C is #C0C7E3. Grayscale: #373737. Windows color (decimal): -12634084 or 1849407. OLE color: 1849407.

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

Color convert

RGB 63 56 28 -
CMYK 0 0.11 0.56 0.75
HSL 48º 0.38% 0.18% -
HSV(B) 48º 0.56% 0.25% -
XYZ 3.67 3.97 1.67 -
YUV 54.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 63 56 28 0 0.11 0.56 0.75 48 0.38 0.18
Hex 3F 38 1C 0 B 38 4B 30 26 12
Octal 77 70 34 0 13 70 113 60 46 22
Binary 111111 111000 11100 0 1011 111000 1001011 110000 100110 10010

Color Harmonies of #3F381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F381C

Black with #3F381C

Text Example


Text Example

White with #3F381C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,56,28); }

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

background-color css

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

 a { background-color: rgb(63,56,28); }

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

border-color css

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

 span { border-color: rgb(63,56,28); }

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