#3F3314

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

Shades of Mikado #3F3314

Tints of Mikado #3F3314

Color information

#3F3314 (or 0x3F3314) is unknown color: approx Mikado. HEX triplet: 3F, 33 and 14. RGB value is (63,51,20). Sum of RGB (Red+Green+Blue) = 63+51+20=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3314 is #C0CCEB. Grayscale: #333333. Windows color (decimal): -12635372 or 1323839. OLE color: 1323839.

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

Color convert

RGB635120-
CMYK00.190.680.75
HSL43.26º51.81%16.27%-
HSV(B)43.26º68.25%24.71%-
XYZ3.363.471.16-
YUV51.05110.48136.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.01%
GREEN value IS 51 (20.31% from 255) = 38.06%
BLUE value IS 20 (8.20% from 255) = 14.93%
R=47.01%
G=38.06%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63512000.190.680.7543.2651.8116.27
Hex3F3314013444B2b3410
Octal776324023104113536420
Binary111111110011101000100111000100100101110101111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,51,20); }

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

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

 a { background-color: rgb(63,51,20); }

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

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

 span { border-color: rgb(63,51,20); }

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