#3F2F01

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

Shades of Mikado #3F2F01

Tints of Mikado #3F2F01

Color information

#3F2F01 (or 0x3F2F01) is unknown color: approx Mikado. HEX triplet: 3F, 2F and 01. RGB value is (63,47,1). Sum of RGB (Red+Green+Blue) = 63+47+1=111 (14% of max value = 765). Red value is 63 (25% from 255 or 56.76% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2F01 is #C0D0FE. Grayscale: #2E2E2E. Windows color (decimal): -12636415 or 77631. OLE color: 77631.

HSL color Cylindrical-coordinate representation of color #3F2F01: hue angle of 44.52º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F2F01 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB63471-
CMYK00.250.980.75
HSL44.52º96.88%12.55%-
HSV(B)44.52º98.41%24.71%-
XYZ3.073.090.46-
YUV46.54102.3139.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 56.76%
GREEN value IS 47 (18.75% from 255) = 42.34%
BLUE value IS 1 (0.78% from 255) = 0.90%
R=56.76%
G=42.34%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6347100.250.980.7544.5296.8812.55
Hex3F2F1019624B2d61d
Octal775710311421135514115
Binary11111110111110110011100010100101110110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,47,1); }

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

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

 a { background-color: rgb(63,47,1); }

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

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

 span { border-color: rgb(63,47,1); }

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