#4D421A

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

Shades of Madras #4D421A

Tints of Madras #4D421A

Color information

#4D421A (or 0x4D421A) is unknown color: approx Madras. HEX triplet: 4D, 42 and 1A. RGB value is (77,66,26). Sum of RGB (Red+Green+Blue) = 77+66+26=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D421A is #B2BDE5. Grayscale: #404040. Windows color (decimal): -11714022 or 1720909. OLE color: 1720909.

HSL color Cylindrical-coordinate representation of color #4D421A: hue angle of 47.06º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D421A is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB776626-
CMYK00.140.660.70
HSL47.06º49.51%20.2%-
HSV(B)47.06º66.23%30.2%-
XYZ5.25.551.77-
YUV64.73106.14136.75-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 45.56%
GREEN value IS 66 (26.17% from 255) = 39.05%
BLUE value IS 26 (10.55% from 255) = 15.38%
R=45.56%
G=39.05%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77662600.140.660.7047.0649.5120.2
Hex4D421A0E42462f3214
Octal11510232016102106576224
Binary1001101100001011010011101000010100011010111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D421A; }

 p { color: rgb(77,66,26); }

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

<style>
 a { background-color: #4D421A; }

 a { background-color: rgb(77,66,26); }

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

<style>
 span { border-color: #4D421A; }

 span { border-color: rgb(77,66,26); }

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