#3F3005

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

Shades of Mikado #3F3005

Tints of Mikado #3F3005

Color information

#3F3005 (or 0x3F3005) is unknown color: approx Mikado. HEX triplet: 3F, 30 and 05. RGB value is (63,48,5). Sum of RGB (Red+Green+Blue) = 63+48+5=116 (15% of max value = 765). Red value is 63 (25% from 255 or 54.31% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3005 is #C0CFFA. Grayscale: #2F2F2F. Windows color (decimal): -12636155 or 340031. OLE color: 340031.

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

Color convert

RGB63485-
CMYK00.240.920.75
HSL44.48º85.29%13.33%-
HSV(B)44.48º92.06%24.71%-
XYZ3.133.180.59-
YUV47.58103.97139-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 54.31%
GREEN value IS 48 (19.14% from 255) = 41.38%
BLUE value IS 5 (2.34% from 255) = 4.31%
R=54.31%
G=41.38%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6348500.240.920.7544.4885.2913.33
Hex3F3050185C4B2c55d
Octal776050301341135412515
Binary1111111100001010110001011100100101110110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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