#424011

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

Shades of Madras #424011

Tints of Madras #424011

Color information

#424011 (or 0x424011) is unknown color: approx Madras. HEX triplet: 42, 40 and 11. RGB value is (66,64,17). Sum of RGB (Red+Green+Blue) = 66+64+17=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #424011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424011 is #BDBFEE. Grayscale: #3B3B3B. Windows color (decimal): -12435439 or 1130562. OLE color: 1130562.

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

Color convert

RGB666417-
CMYK00.030.740.74
HSL57.55º59.04%16.27%-
HSV(B)57.55º74.24%25.88%-
XYZ4.184.871.25-
YUV59.24104.16132.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.90%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 17 (7.03% from 255) = 11.56%
R=44.90%
G=43.54%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66641700.030.740.7457.5559.0416.27
Hex424011034A4A3a3b10
Octal1021002103112112727320
Binary10000101000000100010111001010100101011101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424011; }

 p { color: rgb(66,64,17); }

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

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

 a { background-color: rgb(66,64,17); }

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

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

 span { border-color: rgb(66,64,17); }

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