#3F3410

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

Shades of Mikado #3F3410

Tints of Mikado #3F3410

Color information

#3F3410 (or 0x3F3410) is unknown color: approx Mikado. HEX triplet: 3F, 34 and 10. RGB value is (63,52,16). Sum of RGB (Red+Green+Blue) = 63+52+16=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3410 is #C0CBEF. Grayscale: #333333. Windows color (decimal): -12635120 or 1061951. OLE color: 1061951.

HSL color Cylindrical-coordinate representation of color #3F3410: hue angle of 45.96º 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 #3F3410 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB635216-
CMYK00.170.750.75
HSL45.96º59.49%15.49%-
HSV(B)45.96º74.6%24.71%-
XYZ3.373.551-
YUV51.18108.14136.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.09%
GREEN value IS 52 (20.70% from 255) = 39.69%
BLUE value IS 16 (6.64% from 255) = 12.21%
R=48.09%
G=39.69%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63521600.170.750.7545.9659.4915.49
Hex3F34100114B4B2e3bf
Octal776420021113113567317
Binary11111111010010000010001100101110010111011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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