#413E03

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

Shades of Madras #413E03

Tints of Madras #413E03

Color information

#413E03 (or 0x413E03) is unknown color: approx Madras. HEX triplet: 41, 3E and 03. RGB value is (65,62,3). Sum of RGB (Red+Green+Blue) = 65+62+3=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 62 (24.61% from 255 or 47.69% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #413E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413E03 is #BEC1FC. Grayscale: #383838. Windows color (decimal): -12501501 or 212545. OLE color: 212545.

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

Color convert

RGB65623-
CMYK00.050.950.75
HSL57.1º91.18%13.33%-
HSV(B)57.1º95.38%25.49%-
XYZ3.924.580.76-
YUV56.1797.99134.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50%
GREEN value IS 62 (24.61% from 255) = 47.69%
BLUE value IS 3 (1.56% from 255) = 2.31%
R=50%
G=47.69%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6562300.050.950.7557.191.1813.33
Hex413E3055F4B395bd
Octal101763051371137113315
Binary10000011111101101011011111100101111100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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