#41391A

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

Shades of Madras #41391A

Tints of Madras #41391A

Color information

#41391A (or 0x41391A) is unknown color: approx Madras. HEX triplet: 41, 39 and 1A. RGB value is (65,57,26). Sum of RGB (Red+Green+Blue) = 65+57+26=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #41391A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41391A is #BEC6E5. Grayscale: #373737. Windows color (decimal): -12502758 or 1718593. OLE color: 1718593.

HSL color Cylindrical-coordinate representation of color #41391A: hue angle of 47.69º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41391A is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB655726-
CMYK00.120.600.75
HSL47.69º42.86%17.84%-
HSV(B)47.69º60%25.49%-
XYZ3.834.121.57-
YUV55.86111.15134.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 57 (22.66% from 255) = 38.51%
BLUE value IS 26 (10.55% from 255) = 17.57%
R=43.92%
G=38.51%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65572600.120.600.7547.6942.8617.84
Hex41391A0C3C4B302b12
Octal101713201474113605322
Binary10000011110011101001100111100100101111000010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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