#42401A

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

Shades of Madras #42401A

Tints of Madras #42401A

Color information

#42401A (or 0x42401A) is unknown color: approx Madras. HEX triplet: 42, 40 and 1A. RGB value is (66,64,26). Sum of RGB (Red+Green+Blue) = 66+64+26=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #42401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42401A is #BDBFE5. Grayscale: #3C3C3C. Windows color (decimal): -12435430 or 1720386. OLE color: 1720386.

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

Color convert

RGB666426-
CMYK00.030.610.74
HSL57º43.48%18.04%-
HSV(B)57º60.61%25.88%-
XYZ4.274.91.7-
YUV60.27108.66132.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.31%
GREEN value IS 64 (25.39% from 255) = 41.03%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=42.31%
G=41.03%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66642600.030.610.745743.4818.04
Hex42401A033D4A392b12
Octal102100320375112715322
Binary1000010100000011010011111101100101011100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42401A; }

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

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

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

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

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

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

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

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