#3F2C04

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

Shades of Mikado #3F2C04

Tints of Mikado #3F2C04

Color information

#3F2C04 (or 0x3F2C04) is unknown color: approx Mikado. HEX triplet: 3F, 2C and 04. RGB value is (63,44,4). Sum of RGB (Red+Green+Blue) = 63+44+4=111 (14% of max value = 765). Red value is 63 (25% from 255 or 56.76% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2C04 is #C0D3FB. Grayscale: #2D2D2D. Windows color (decimal): -12637180 or 273471. OLE color: 273471.

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

Color convert

RGB63444-
CMYK00.300.940.75
HSL40.68º88.06%13.14%-
HSV(B)40.68º93.65%24.71%-
XYZ2.972.870.51-
YUV45.12104.79140.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 56.76%
GREEN value IS 44 (17.58% from 255) = 39.64%
BLUE value IS 4 (1.95% from 255) = 3.60%
R=56.76%
G=39.64%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6344400.300.940.7540.6888.0613.14
Hex3F2C401E5E4B2958d
Octal775440361361135113015
Binary1111111011001000111101011110100101110100110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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