#3F3212

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

Shades of Mikado #3F3212

Tints of Mikado #3F3212

Color information

#3F3212 (or 0x3F3212) is unknown color: approx Mikado. HEX triplet: 3F, 32 and 12. RGB value is (63,50,18). Sum of RGB (Red+Green+Blue) = 63+50+18=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3212 is #C0CDED. Grayscale: #323232. Windows color (decimal): -12635630 or 1192511. OLE color: 1192511.

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

Color convert

RGB635018-
CMYK00.210.710.75
HSL42.67º55.56%15.88%-
HSV(B)42.67º71.43%24.71%-
XYZ3.33.381.05-
YUV50.24109.81137.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.09%
GREEN value IS 50 (19.92% from 255) = 38.17%
BLUE value IS 18 (7.42% from 255) = 13.74%
R=48.09%
G=38.17%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63501800.210.710.7542.6755.5615.88
Hex3F3212015474B2b3810
Octal776222025107113537020
Binary111111110010100100101011000111100101110101111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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