#42391A

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

Shades of Madras #42391A

Tints of Madras #42391A

Color information

#42391A (or 0x42391A) is unknown color: approx Madras. HEX triplet: 42, 39 and 1A. RGB value is (66,57,26). Sum of RGB (Red+Green+Blue) = 66+57+26=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #42391A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42391A is #BDC6E5. Grayscale: #383838. Windows color (decimal): -12437222 or 1718594. OLE color: 1718594.

HSL color Cylindrical-coordinate representation of color #42391A: hue angle of 46.5º 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 #42391A is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB665726-
CMYK00.140.610.74
HSL46.5º43.48%18.04%-
HSV(B)46.5º60.61%25.88%-
XYZ3.94.161.57-
YUV56.16110.98135.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.30%
GREEN value IS 57 (22.66% from 255) = 38.26%
BLUE value IS 26 (10.55% from 255) = 17.45%
R=44.30%
G=38.26%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66572600.140.610.7446.543.4818.04
Hex42391A0E3D4A2e2b12
Octal102713201675112565322
Binary10000101110011101001110111101100101010111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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