#3F3610

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

Shades of Mikado #3F3610

Tints of Mikado #3F3610

Color information

#3F3610 (or 0x3F3610) is unknown color: approx Mikado. HEX triplet: 3F, 36 and 10. RGB value is (63,54,16). Sum of RGB (Red+Green+Blue) = 63+54+16=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3610 is #C0C9EF. Grayscale: #343434. Windows color (decimal): -12634608 or 1062463. OLE color: 1062463.

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

Color convert

RGB635416-
CMYK00.140.750.75
HSL48.51º59.49%15.49%-
HSV(B)48.51º74.6%24.71%-
XYZ3.463.731.03-
YUV52.36107.48135.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.37%
GREEN value IS 54 (21.48% from 255) = 40.60%
BLUE value IS 16 (6.64% from 255) = 12.03%
R=47.37%
G=40.60%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63541600.140.750.7548.5159.4915.49
Hex3F36100E4B4B313bf
Octal776620016113113617317
Binary1111111101101000001110100101110010111100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,54,16); }

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

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

 a { background-color: rgb(63,54,16); }

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

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

 span { border-color: rgb(63,54,16); }

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