#42391E

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

Shades of Madras #42391E

Tints of Madras #42391E

Color information

#42391E (or 0x42391E) is unknown color: approx Madras. HEX triplet: 42, 39 and 1E. RGB value is (66,57,30). Sum of RGB (Red+Green+Blue) = 66+57+30=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #42391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42391E is #BDC6E1. Grayscale: #383838. Windows color (decimal): -12437218 or 1980738. OLE color: 1980738.

HSL color Cylindrical-coordinate representation of color #42391E: hue angle of 45º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42391E is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB665730-
CMYK00.140.550.74
HSL45º37.5%18.82%-
HSV(B)45º54.55%25.88%-
XYZ3.944.181.83-
YUV56.61112.98134.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.14%
GREEN value IS 57 (22.66% from 255) = 37.25%
BLUE value IS 30 (12.11% from 255) = 19.61%
R=43.14%
G=37.25%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66573000.140.550.744537.518.82
Hex42391E0E374A2d2613
Octal102713601667112554623
Binary10000101110011111001110110111100101010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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