#3F341F

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

Shades of Mikado #3F341F

Tints of Mikado #3F341F

Color information

#3F341F (or 0x3F341F) is unknown color: approx Mikado. HEX triplet: 3F, 34 and 1F. RGB value is (63,52,31). Sum of RGB (Red+Green+Blue) = 63+52+31=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F341F is #C0CBE0. Grayscale: #343434. Windows color (decimal): -12635105 or 2044991. OLE color: 2044991.

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

Color convert

RGB635231-
CMYK00.170.510.75
HSL39.38º34.04%18.43%-
HSV(B)39.38º50.79%24.71%-
XYZ3.533.611.81-
YUV52.9115.64135.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.15%
GREEN value IS 52 (20.70% from 255) = 35.62%
BLUE value IS 31 (12.5% from 255) = 21.23%
R=43.15%
G=35.62%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63523100.170.510.7539.3834.0418.43
Hex3F341F011334B272212
Octal77643702163113474222
Binary11111111010011111010001110011100101110011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,52,31); }

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

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

 a { background-color: rgb(63,52,31); }

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

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

 span { border-color: rgb(63,52,31); }

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