#3F3009

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

Shades of Mikado #3F3009

Tints of Mikado #3F3009

Color information

#3F3009 (or 0x3F3009) is unknown color: approx Mikado. HEX triplet: 3F, 30 and 09. RGB value is (63,48,9). Sum of RGB (Red+Green+Blue) = 63+48+9=120 (15% of max value = 765). Red value is 63 (25% from 255 or 52.5% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3009 is #C0CFF6. Grayscale: #303030. Windows color (decimal): -12636151 or 602175. OLE color: 602175.

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

Color convert

RGB63489-
CMYK00.240.860.75
HSL43.33º75%14.12%-
HSV(B)43.33º85.71%24.71%-
XYZ3.163.190.71-
YUV48.04105.97138.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 52.5%
GREEN value IS 48 (19.14% from 255) = 40%
BLUE value IS 9 (3.91% from 255) = 7.5%
R=52.5%
G=40%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6348900.240.860.7543.337514.12
Hex3F309018564B2b4be
Octal7760110301261135311316
Binary11111111000010010110001010110100101110101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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