#424012

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

Shades of Madras #424012

Tints of Madras #424012

Color information

#424012 (or 0x424012) is unknown color: approx Madras. HEX triplet: 42, 40 and 12. RGB value is (66,64,18). Sum of RGB (Red+Green+Blue) = 66+64+18=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #424012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424012 is #BDBFED. Grayscale: #3B3B3B. Windows color (decimal): -12435438 or 1196098. OLE color: 1196098.

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

Color convert

RGB666418-
CMYK00.030.730.74
HSL57.5º57.14%16.47%-
HSV(B)57.5º72.73%25.88%-
XYZ4.194.871.29-
YUV59.35104.66132.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.59%
GREEN value IS 64 (25.39% from 255) = 43.24%
BLUE value IS 18 (7.42% from 255) = 12.16%
R=44.59%
G=43.24%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66641800.030.730.7457.557.1416.47
Hex42401203494A3a3910
Octal1021002203111112727120
Binary10000101000000100100111001001100101011101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424012; }

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

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

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

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

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

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

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

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