#3F3A1A

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

Shades of Madras #3F3A1A

Tints of Madras #3F3A1A

Color information

#3F3A1A (or 0x3F3A1A) is unknown color: approx Madras. HEX triplet: 3F, 3A and 1A. RGB value is (63,58,26). Sum of RGB (Red+Green+Blue) = 63+58+26=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3A1A is #C0C5E5. Grayscale: #373737. Windows color (decimal): -12633574 or 1718847. OLE color: 1718847.

HSL color Cylindrical-coordinate representation of color #3F3A1A: hue angle of 51.89º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F3A1A is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB635826-
CMYK00.080.590.75
HSL51.89º41.57%17.45%-
HSV(B)51.89º58.73%24.71%-
XYZ3.754.161.58-
YUV55.85111.16133.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.86%
GREEN value IS 58 (23.05% from 255) = 39.46%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=42.86%
G=39.46%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63582600.080.590.7551.8941.5717.45
Hex3F3A1A083B4B342a11
Octal77723201073113645221
Binary1111111110101101001000111011100101111010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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