#424013

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

Shades of Madras #424013

Tints of Madras #424013

Color information

#424013 (or 0x424013) is unknown color: approx Madras. HEX triplet: 42, 40 and 13. RGB value is (66,64,19). Sum of RGB (Red+Green+Blue) = 66+64+19=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #424013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424013 is #BDBFEC. Grayscale: #3B3B3B. Windows color (decimal): -12435437 or 1261634. OLE color: 1261634.

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

Color convert

RGB666419-
CMYK00.030.710.74
HSL57.45º55.29%16.67%-
HSV(B)57.45º71.21%25.88%-
XYZ4.24.871.34-
YUV59.47105.16132.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.30%
GREEN value IS 64 (25.39% from 255) = 42.95%
BLUE value IS 19 (7.81% from 255) = 12.75%
R=44.30%
G=42.95%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66641900.030.710.7457.4555.2916.67
Hex42401303474A393711
Octal1021002303107112716721
Binary10000101000000100110111000111100101011100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424013; }

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

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

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

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

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

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

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

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