#41391F

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

Shades of Madras #41391F

Tints of Madras #41391F

Color information

#41391F (or 0x41391F) is unknown color: approx Madras. HEX triplet: 41, 39 and 1F. RGB value is (65,57,31). Sum of RGB (Red+Green+Blue) = 65+57+31=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #41391F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41391F is #BEC6E0. Grayscale: #383838. Windows color (decimal): -12502753 or 2046273. OLE color: 2046273.

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

Color convert

RGB655731-
CMYK00.120.520.75
HSL45.88º35.42%18.82%-
HSV(B)45.88º52.31%25.49%-
XYZ3.894.151.89-
YUV56.43113.65134.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.48%
GREEN value IS 57 (22.66% from 255) = 37.25%
BLUE value IS 31 (12.5% from 255) = 20.26%
R=42.48%
G=37.25%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65573100.120.520.7545.8835.4218.82
Hex41391F0C344B2e2313
Octal101713701464113564323
Binary10000011110011111101100110100100101110111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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