#413811

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

Shades of Madras #413811

Tints of Madras #413811

Color information

#413811 (or 0x413811) is unknown color: approx Madras. HEX triplet: 41, 38 and 11. RGB value is (65,56,17). Sum of RGB (Red+Green+Blue) = 65+56+17=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #413811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413811 is #BEC7EE. Grayscale: #363636. Windows color (decimal): -12503023 or 1128513. OLE color: 1128513.

HSL color Cylindrical-coordinate representation of color #413811: hue angle of 48.75º 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 #413811 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB655617-
CMYK00.140.740.75
HSL48.75º58.54%16.08%-
HSV(B)48.75º73.85%25.49%-
XYZ3.73.991.11-
YUV54.24106.98135.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 56 (22.27% from 255) = 40.58%
BLUE value IS 17 (7.03% from 255) = 12.32%
R=47.10%
G=40.58%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65561700.140.740.7548.7558.5416.08
Hex4138110E4A4B313b10
Octal1017021016112113617320
Binary100000111100010001011101001010100101111000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413811; }

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

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

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

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

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

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

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

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