#3f3a21

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

Shades of Madras #3F3A21

Tints of Madras #3F3A21

Color information

#3F3A21 (or 0x3F3A21) is unknown color: approx Madras. HEX triplet: 3F, 3A and 21. RGB value is (63,58,33). Sum of RGB (Red+Green+Blue) = 63+58+33=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3A21 is #C0C5DE. Grayscale: #383838. Windows color (decimal): -12633567 or 2177599. OLE color: 2177599.

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

Color convert

RGB635833-
CMYK00.080.480.75
HSL50º31.25%18.82%-
HSV(B)50º47.62%24.71%-
XYZ3.844.192.05-
YUV56.64114.66132.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.91%
GREEN value IS 58 (23.05% from 255) = 37.66%
BLUE value IS 33 (13.28% from 255) = 21.43%
R=40.91%
G=37.66%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63583300.080.480.755031.2518.82
Hex3F3A2108304B321f13
Octal77724101060113623723
Binary1111111110101000010100011000010010111100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f3a21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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