#3F3B21

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

Shades of Madras #3F3B21

Tints of Madras #3F3B21

Color information

#3F3B21 (or 0x3F3B21) is unknown color: approx Madras. HEX triplet: 3F, 3B and 21. RGB value is (63,59,33). Sum of RGB (Red+Green+Blue) = 63+59+33=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3B21 is #C0C4DE. Grayscale: #393939. Windows color (decimal): -12633311 or 2177855. OLE color: 2177855.

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

Color convert

RGB635933-
CMYK00.060.480.75
HSL52º31.25%18.82%-
HSV(B)52º47.62%24.71%-
XYZ3.894.292.06-
YUV57.23114.33132.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.65%
GREEN value IS 59 (23.44% from 255) = 38.06%
BLUE value IS 33 (13.28% from 255) = 21.29%
R=40.65%
G=38.06%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63593300.060.480.755231.2518.82
Hex3F3B2106304B341f13
Octal7773410660113643723
Binary111111111011100001011011000010010111101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,59,33); }

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

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

 a { background-color: rgb(63,59,33); }

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

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

 span { border-color: rgb(63,59,33); }

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