#3F2C00

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

Shades of Mikado #3F2C00

Tints of Mikado #3F2C00

Color information

#3F2C00 (or 0x3F2C00) is unknown color: approx Mikado. HEX triplet: 3F, 2C and 00. RGB value is (63,44,0). Sum of RGB (Red+Green+Blue) = 63+44+0=107 (14% of max value = 765). Red value is 63 (25% from 255 or 58.88% from 107); Green value is 44 (17.58% from 255 or 41.12% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2C00 is #C0D3FF. Grayscale: #2C2C2C. Windows color (decimal): -12637184 or 11327. OLE color: 11327.

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

Color convert

RGB63440-
CMYK00.3010.75
HSL41.9º100%12.35%-
HSV(B)41.9º100%24.71%-
XYZ2.952.860.4-
YUV44.66102.79141.08-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 58.88%
GREEN value IS 44 (17.58% from 255) = 41.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.88%
G=41.12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6344000.3010.7541.910012.35
Hex3F2C001E644B2a64c
Octal775400361441135214414
Binary11111110110000111101100100100101110101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,44,0); }

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

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

 a { background-color: rgb(63,44,0); }

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

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

 span { border-color: rgb(63,44,0); }

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