#3F381C

Color #3F381C Mikado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mikado #3F381C

Tints of Mikado #3F381C

Color information

#3F381C (or 0x3F381C) is unknown color: approx 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

RGB635628-
CMYK00.110.560.75
HSL48º38.46%17.84%-
HSV(B)48º55.56%24.71%-
XYZ3.673.971.67-
YUV54.9112.82133.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.86%
GREEN value IS 56 (22.27% from 255) = 38.10%
BLUE value IS 28 (11.33% from 255) = 19.05%
R=42.86%
G=38.10%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63562800.110.560.754838.4617.84
Hex3F381C0B384B302612
Octal77703401370113604622
Binary1111111110001110001011111000100101111000010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>