#3F340F

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

Shades of Mikado #3F340F

Tints of Mikado #3F340F

Color information

#3F340F (or 0x3F340F) is unknown color: approx Mikado. HEX triplet: 3F, 34 and 0F. RGB value is (63,52,15). Sum of RGB (Red+Green+Blue) = 63+52+15=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 63 - color contains mainly: red. Hex color #3F340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F340F is #C0CBF0. Grayscale: #333333. Windows color (decimal): -12635121 or 996415. OLE color: 996415.

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

Color convert

RGB635215-
CMYK00.170.760.75
HSL46.25º61.54%15.29%-
HSV(B)46.25º76.19%24.71%-
XYZ3.363.550.96-
YUV51.07107.64136.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.46%
GREEN value IS 52 (20.70% from 255) = 40%
BLUE value IS 15 (6.25% from 255) = 11.54%
R=48.46%
G=40%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.76
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63521500.170.760.7546.2561.5415.29
Hex3F34F0114C4B2e3ef
Octal776417021114113567617
Binary1111111101001111010001100110010010111011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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