#424110

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

Shades of Madras #424110

Tints of Madras #424110

Color information

#424110 (or 0x424110) is unknown color: approx Madras. HEX triplet: 42, 41 and 10. RGB value is (66,65,16). Sum of RGB (Red+Green+Blue) = 66+65+16=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #424110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424110 is #BDBEEF. Grayscale: #3B3B3B. Windows color (decimal): -12435184 or 1065282. OLE color: 1065282.

HSL color Cylindrical-coordinate representation of color #424110: hue angle of 58.8º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #424110 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB666516-
CMYK00.020.760.74
HSL58.8º60.98%16.08%-
HSV(B)58.8º75.76%25.88%-
XYZ4.234.981.23-
YUV59.71103.33132.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.90%
GREEN value IS 65 (25.78% from 255) = 44.22%
BLUE value IS 16 (6.64% from 255) = 10.88%
R=44.90%
G=44.22%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66651600.020.760.7458.860.9816.08
Hex424110024C4A3b3d10
Octal1021012002114112737520
Binary10000101000001100000101001100100101011101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424110; }

 p { color: rgb(66,65,16); }

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

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

 a { background-color: rgb(66,65,16); }

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

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

 span { border-color: rgb(66,65,16); }

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