#413805

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

Shades of Madras #413805

Tints of Madras #413805

Color information

#413805 (or 0x413805) is unknown color: approx Madras. HEX triplet: 41, 38 and 05. RGB value is (65,56,5). Sum of RGB (Red+Green+Blue) = 65+56+5=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #413805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413805 is #BEC7FA. Grayscale: #353535. Windows color (decimal): -12503035 or 342081. OLE color: 342081.

HSL color Cylindrical-coordinate representation of color #413805: hue angle of 51º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #413805 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB65565-
CMYK00.140.920.75
HSL51º85.71%13.73%-
HSV(B)51º92.31%25.49%-
XYZ3.623.960.72-
YUV52.88100.98136.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.59%
GREEN value IS 56 (22.27% from 255) = 44.44%
BLUE value IS 5 (2.34% from 255) = 3.97%
R=51.59%
G=44.44%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6556500.140.920.755185.7113.73
Hex413850E5C4B3356e
Octal1017050161341136312616
Binary1000001111000101011101011100100101111001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413805; }

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

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

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

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

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

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

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

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