#3F3309

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

Shades of Mikado #3F3309

Tints of Mikado #3F3309

Color information

#3F3309 (or 0x3F3309) is unknown color: approx Mikado. HEX triplet: 3F, 33 and 09. RGB value is (63,51,9). Sum of RGB (Red+Green+Blue) = 63+51+9=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3309 is #C0CCF6. Grayscale: #313131. Windows color (decimal): -12635383 or 602943. OLE color: 602943.

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

Color convert

RGB63519-
CMYK00.190.860.75
HSL46.67º75%14.12%-
HSV(B)46.67º85.71%24.71%-
XYZ3.283.440.75-
YUV49.8104.98137.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 51.22%
GREEN value IS 51 (20.31% from 255) = 41.46%
BLUE value IS 9 (3.91% from 255) = 7.32%
R=51.22%
G=41.46%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6351900.190.860.7546.677514.12
Hex3F339013564B2f4be
Octal7763110231261135711316
Binary11111111001110010100111010110100101110111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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