#403B21

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

Shades of Madras #403B21

Tints of Madras #403B21

Color information

#403B21 (or 0x403B21) is unknown color: approx Madras. HEX triplet: 40, 3B and 21. RGB value is (64,59,33). Sum of RGB (Red+Green+Blue) = 64+59+33=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 64 - color contains mainly: red. Hex color #403B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B21 is #BFC4DE. Grayscale: #393939. Windows color (decimal): -12567775 or 2177856. OLE color: 2177856.

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

Color convert

RGB645933-
CMYK00.080.480.75
HSL50.32º31.96%19.02%-
HSV(B)50.32º48.44%25.1%-
XYZ3.954.332.07-
YUV57.53114.16132.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.03%
GREEN value IS 59 (23.44% from 255) = 37.82%
BLUE value IS 33 (13.28% from 255) = 21.15%
R=41.03%
G=37.82%
B=21.15%

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
Decimal64593300.080.480.7550.3231.9619.02
Hex403B2108304B322013
Octal100734101060113624023
Binary100000011101110000101000110000100101111001010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403B21; }

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

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

<style>
 a { background-color: #403B21; }

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

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

<style>
 span { border-color: #403B21; }

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

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