#3F3320

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

Shades of Mikado #3F3320

Tints of Mikado #3F3320

Color information

#3F3320 (or 0x3F3320) is unknown color: approx Mikado. HEX triplet: 3F, 33 and 20. RGB value is (63,51,32). Sum of RGB (Red+Green+Blue) = 63+51+32=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3320 is #C0CCDF. Grayscale: #343434. Windows color (decimal): -12635360 or 2110271. OLE color: 2110271.

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

Color convert

RGB635132-
CMYK00.190.490.75
HSL36.77º32.63%18.63%-
HSV(B)36.77º49.21%24.71%-
XYZ3.493.531.86-
YUV52.42116.48135.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.15%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 32 (12.89% from 255) = 21.92%
R=43.15%
G=34.93%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63513200.190.490.7536.7732.6318.63
Hex3F3320013314B252113
Octal77634002361113454123
Binary111111110011100000010011110001100101110010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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