#3F300C

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

Shades of Mikado #3F300C

Tints of Mikado #3F300C

Color information

#3F300C (or 0x3F300C) is unknown color: approx Mikado. HEX triplet: 3F, 30 and 0C. RGB value is (63,48,12). Sum of RGB (Red+Green+Blue) = 63+48+12=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F300C is #C0CFF3. Grayscale: #303030. Windows color (decimal): -12636148 or 798783. OLE color: 798783.

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

Color convert

RGB634812-
CMYK00.240.810.75
HSL42.35º68%14.71%-
HSV(B)42.35º80.95%24.71%-
XYZ3.173.20.8-
YUV48.38107.47138.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 51.22%
GREEN value IS 48 (19.14% from 255) = 39.02%
BLUE value IS 12 (5.08% from 255) = 9.76%
R=51.22%
G=39.02%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63481200.240.810.7542.356814.71
Hex3F30C018514B2a44f
Octal7760140301211135210417
Binary11111111000011000110001010001100101110101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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