#41391E

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

Shades of Madras #41391E

Tints of Madras #41391E

Color information

#41391E (or 0x41391E) is unknown color: approx Madras. HEX triplet: 41, 39 and 1E. RGB value is (65,57,30). Sum of RGB (Red+Green+Blue) = 65+57+30=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #41391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41391E is #BEC6E1. Grayscale: #383838. Windows color (decimal): -12502754 or 1980737. OLE color: 1980737.

HSL color Cylindrical-coordinate representation of color #41391E: hue angle of 46.29º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41391E is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB655730-
CMYK00.120.540.75
HSL46.29º36.84%18.63%-
HSV(B)46.29º53.85%25.49%-
XYZ3.884.141.82-
YUV56.31113.15134.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 57 (22.66% from 255) = 37.5%
BLUE value IS 30 (12.11% from 255) = 19.74%
R=42.76%
G=37.5%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65573000.120.540.7546.2936.8418.63
Hex41391E0C364B2e2513
Octal101713601466113564523
Binary10000011110011111001100110110100101110111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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