#3F3315

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

Shades of Mikado #3F3315

Tints of Mikado #3F3315

Color information

#3F3315 (or 0x3F3315) is unknown color: approx Mikado. HEX triplet: 3F, 33 and 15. RGB value is (63,51,21). Sum of RGB (Red+Green+Blue) = 63+51+21=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3315 is #C0CCEA. Grayscale: #333333. Windows color (decimal): -12635371 or 1389375. OLE color: 1389375.

HSL color Cylindrical-coordinate representation of color #3F3315: hue angle of 42.86º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F3315 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB635121-
CMYK00.190.670.75
HSL42.86º50%16.47%-
HSV(B)42.86º66.67%24.71%-
XYZ3.373.481.2-
YUV51.17110.98136.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 46.67%
GREEN value IS 51 (20.31% from 255) = 37.78%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=46.67%
G=37.78%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63512100.190.670.7542.865016.47
Hex3F3315013434B2b3210
Octal776325023103113536220
Binary111111110011101010100111000011100101110101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,51,21); }

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

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

 a { background-color: rgb(63,51,21); }

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

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

 span { border-color: rgb(63,51,21); }

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