#413802

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

Shades of Madras #413802

Tints of Madras #413802

Color information

#413802 (or 0x413802) is unknown color: approx Madras. HEX triplet: 41, 38 and 02. RGB value is (65,56,2). Sum of RGB (Red+Green+Blue) = 65+56+2=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #413802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413802 is #BEC7FD. Grayscale: #343434. Windows color (decimal): -12503038 or 145473. OLE color: 145473.

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

Color convert

RGB65562-
CMYK00.140.970.75
HSL51.43º94.03%13.14%-
HSV(B)51.43º96.92%25.49%-
XYZ3.613.960.63-
YUV52.5499.48136.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.85%
GREEN value IS 56 (22.27% from 255) = 45.53%
BLUE value IS 2 (1.17% from 255) = 1.63%
R=52.85%
G=45.53%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6556200.140.970.7551.4394.0313.14
Hex413820E614B335ed
Octal1017020161411136313615
Binary100000111100010011101100001100101111001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413802; }

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

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

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

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

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

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

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

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