#413B1A

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

Shades of Madras #413B1A

Tints of Madras #413B1A

Color information

#413B1A (or 0x413B1A) is unknown color: approx Madras. HEX triplet: 41, 3B and 1A. RGB value is (65,59,26). Sum of RGB (Red+Green+Blue) = 65+59+26=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #413B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B1A is #BEC4E5. Grayscale: #393939. Windows color (decimal): -12502246 or 1719105. OLE color: 1719105.

HSL color Cylindrical-coordinate representation of color #413B1A: hue angle of 50.77º 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 #413B1A is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB655926-
CMYK00.090.600.75
HSL50.77º42.86%17.84%-
HSV(B)50.77º60%25.49%-
XYZ3.934.331.61-
YUV57.03110.49133.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.33%
GREEN value IS 59 (23.44% from 255) = 39.33%
BLUE value IS 26 (10.55% from 255) = 17.33%
R=43.33%
G=39.33%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65592600.090.600.7550.7742.8617.84
Hex413B1A093C4B332b12
Octal101733201174113635322
Binary10000011110111101001001111100100101111001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413B1A; }

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

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

<style>
 a { background-color: #413B1A; }

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

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

<style>
 span { border-color: #413B1A; }

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

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