#413A11

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

Shades of Madras #413A11

Tints of Madras #413A11

Color information

#413A11 (or 0x413A11) is unknown color: approx Madras. HEX triplet: 41, 3A and 11. RGB value is (65,58,17). Sum of RGB (Red+Green+Blue) = 65+58+17=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #413A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A11 is #BEC5EE. Grayscale: #373737. Windows color (decimal): -12502511 or 1129025. OLE color: 1129025.

HSL color Cylindrical-coordinate representation of color #413A11: hue angle of 51.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #413A11 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB655817-
CMYK00.110.740.75
HSL51.25º58.54%16.08%-
HSV(B)51.25º73.85%25.49%-
XYZ3.794.191.14-
YUV55.42106.32134.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.43%
GREEN value IS 58 (23.05% from 255) = 41.43%
BLUE value IS 17 (7.03% from 255) = 12.14%
R=46.43%
G=41.43%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65581700.110.740.7551.2558.5416.08
Hex413A110B4A4B333b10
Octal1017221013112113637320
Binary100000111101010001010111001010100101111001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,58,17); }

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

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

 a { background-color: rgb(65,58,17); }

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

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

 span { border-color: rgb(65,58,17); }

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