#3F350C

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

Shades of Mikado #3F350C

Tints of Mikado #3F350C

Color information

#3F350C (or 0x3F350C) is unknown color: approx Mikado. HEX triplet: 3F, 35 and 0C. RGB value is (63,53,12). Sum of RGB (Red+Green+Blue) = 63+53+12=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 63 - color contains mainly: red. Hex color #3F350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F350C is #C0CAF3. Grayscale: #333333. Windows color (decimal): -12634868 or 800063. OLE color: 800063.

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

Color convert

RGB635312-
CMYK00.160.810.75
HSL48.24º68%14.71%-
HSV(B)48.24º80.95%24.71%-
XYZ3.393.630.87-
YUV51.32105.81136.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 49.22%
GREEN value IS 53 (21.09% from 255) = 41.41%
BLUE value IS 12 (5.08% from 255) = 9.38%
R=49.22%
G=41.41%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63531200.160.810.7548.246814.71
Hex3F35C010514B3044f
Octal7765140201211136010417
Binary11111111010111000100001010001100101111000010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F350C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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