#3F320C

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

Shades of Mikado #3F320C

Tints of Mikado #3F320C

Color information

#3F320C (or 0x3F320C) is unknown color: approx Mikado. HEX triplet: 3F, 32 and 0C. RGB value is (63,50,12). Sum of RGB (Red+Green+Blue) = 63+50+12=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F320C is #C0CDF3. Grayscale: #313131. Windows color (decimal): -12635636 or 799295. OLE color: 799295.

HSL color Cylindrical-coordinate representation of color #3F320C: hue angle of 44.71º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F320C is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB635012-
CMYK00.210.810.75
HSL44.71º68%14.71%-
HSV(B)44.71º80.95%24.71%-
XYZ3.263.360.83-
YUV49.56106.81137.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 50.4%
GREEN value IS 50 (19.92% from 255) = 40%
BLUE value IS 12 (5.08% from 255) = 9.6%
R=50.4%
G=40%
B=9.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63501200.210.810.7544.716814.71
Hex3F32C015514B2d44f
Octal7762140251211135510417
Binary11111111001011000101011010001100101110110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,50,12); }

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

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

 a { background-color: rgb(63,50,12); }

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

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

 span { border-color: rgb(63,50,12); }

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