#413E00

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

Shades of Madras #413E00

Tints of Madras #413E00

Color information

#413E00 (or 0x413E00) is unknown color: approx Madras. HEX triplet: 41, 3E and 00. RGB value is (65,62,0). Sum of RGB (Red+Green+Blue) = 65+62+0=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 62 (24.61% from 255 or 48.82% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #413E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413E00 is #BEC1FF. Grayscale: #383838. Windows color (decimal): -12501504 or 15937. OLE color: 15937.

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

Color convert

RGB65620-
CMYK00.0510.75
HSL57.23º100%12.75%-
HSV(B)57.23º100%25.49%-
XYZ3.94.570.68-
YUV55.8396.49134.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 62 (24.61% from 255) = 48.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.18%
G=48.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6562000.0510.7557.2310012.75
Hex413E005644B3964d
Octal101760051441137114415
Binary1000001111110001011100100100101111100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,62,0); }

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

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

 a { background-color: rgb(65,62,0); }

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

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

 span { border-color: rgb(65,62,0); }

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