#3F3718

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

Shades of Mikado #3F3718

Tints of Mikado #3F3718

Color information

#3F3718 (or 0x3F3718) is unknown color: approx Mikado. HEX triplet: 3F, 37 and 18. RGB value is (63,55,24). Sum of RGB (Red+Green+Blue) = 63+55+24=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3718 is #C0C8E7. Grayscale: #353535. Windows color (decimal): -12634344 or 1587007. OLE color: 1587007.

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

Color convert

RGB635524-
CMYK00.130.620.75
HSL47.69º44.83%17.06%-
HSV(B)47.69º61.9%24.71%-
XYZ3.583.861.42-
YUV53.86111.15134.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.37%
GREEN value IS 55 (21.88% from 255) = 38.73%
BLUE value IS 24 (9.77% from 255) = 16.90%
R=44.37%
G=38.73%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63552400.130.620.7547.6944.8317.06
Hex3F37180D3E4B302d11
Octal77673001576113605521
Binary1111111101111100001101111110100101111000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,55,24); }

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

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

 a { background-color: rgb(63,55,24); }

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

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

 span { border-color: rgb(63,55,24); }

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