#3F351E

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

Shades of Mikado #3F351E

Tints of Mikado #3F351E

Color information

#3F351E (or 0x3F351E) is unknown color: approx Mikado. HEX triplet: 3F, 35 and 1E. RGB value is (63,53,30). Sum of RGB (Red+Green+Blue) = 63+53+30=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F351E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F351E is #C0CAE1. Grayscale: #353535. Windows color (decimal): -12634850 or 1979711. OLE color: 1979711.

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

Color convert

RGB635330-
CMYK00.160.520.75
HSL41.82º35.48%18.24%-
HSV(B)41.82º52.38%24.71%-
XYZ3.563.71.75-
YUV53.37114.81134.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.15%
GREEN value IS 53 (21.09% from 255) = 36.30%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=43.15%
G=36.30%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63533000.160.520.7541.8235.4818.24
Hex3F351E010344B2a2312
Octal77653602064113524322
Binary11111111010111110010000110100100101110101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,53,30); }

 H1.HeaderClassName
 {
   color: #3F351E;
 }
 .AnyTagClassName
 {
   color: #3F351E;
 }
</style>
background-color css

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

 a { background-color: rgb(63,53,30); }

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

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

 span { border-color: rgb(63,53,30); }

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