#424014

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

Shades of Madras #424014

Tints of Madras #424014

Color information

#424014 (or 0x424014) is unknown color: approx Madras. HEX triplet: 42, 40 and 14. RGB value is (66,64,20). Sum of RGB (Red+Green+Blue) = 66+64+20=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #424014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424014 is #BDBFEB. Grayscale: #3B3B3B. Windows color (decimal): -12435436 or 1327170. OLE color: 1327170.

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

Color convert

RGB666420-
CMYK00.030.700.74
HSL57.39º53.49%16.86%-
HSV(B)57.39º69.7%25.88%-
XYZ4.214.881.38-
YUV59.58105.66132.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44%
GREEN value IS 64 (25.39% from 255) = 42.67%
BLUE value IS 20 (8.20% from 255) = 13.33%
R=44%
G=42.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66642000.030.700.7457.3953.4916.86
Hex42401403464A393511
Octal1021002403106112716521
Binary10000101000000101000111000110100101011100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424014; }

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

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

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

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

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

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

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

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