#42391D

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

Shades of Madras #42391D

Tints of Madras #42391D

Color information

#42391D (or 0x42391D) is unknown color: approx Madras. HEX triplet: 42, 39 and 1D. RGB value is (66,57,29). Sum of RGB (Red+Green+Blue) = 66+57+29=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #42391D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42391D is #BDC6E2. Grayscale: #383838. Windows color (decimal): -12437219 or 1915202. OLE color: 1915202.

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

Color convert

RGB665729-
CMYK00.140.560.74
HSL45.41º38.95%18.63%-
HSV(B)45.41º56.06%25.88%-
XYZ3.934.171.76-
YUV56.5112.48134.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.42%
GREEN value IS 57 (22.66% from 255) = 37.5%
BLUE value IS 29 (11.72% from 255) = 19.08%
R=43.42%
G=37.5%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66572900.140.560.7445.4138.9518.63
Hex42391D0E384A2d2713
Octal102713501670112554723
Binary10000101110011110101110111000100101010110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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