#3F340C

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

Shades of Mikado #3F340C

Tints of Mikado #3F340C

Color information

#3F340C (or 0x3F340C) is unknown color: approx Mikado. HEX triplet: 3F, 34 and 0C. RGB value is (63,52,12). Sum of RGB (Red+Green+Blue) = 63+52+12=127 (16% of max value = 765). Red value is 63 (25% from 255 or 49.61% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 63 - color contains mainly: red. Hex color #3F340C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F340C is #C0CBF3. Grayscale: #323232. Windows color (decimal): -12635124 or 799807. OLE color: 799807.

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

Color convert

RGB635212-
CMYK00.170.810.75
HSL47.06º68%14.71%-
HSV(B)47.06º80.95%24.71%-
XYZ3.343.540.85-
YUV50.73106.14136.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 49.61%
GREEN value IS 52 (20.70% from 255) = 40.94%
BLUE value IS 12 (5.08% from 255) = 9.45%
R=49.61%
G=40.94%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63521200.170.810.7547.066814.71
Hex3F34C011514B2f44f
Octal7764140211211135710417
Binary11111111010011000100011010001100101110111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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