#413D03

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

Shades of Madras #413D03

Tints of Madras #413D03

Color information

#413D03 (or 0x413D03) is unknown color: approx Madras. HEX triplet: 41, 3D and 03. RGB value is (65,61,3). Sum of RGB (Red+Green+Blue) = 65+61+3=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #413D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D03 is #BEC2FC. Grayscale: #373737. Windows color (decimal): -12501757 or 212289. OLE color: 212289.

HSL color Cylindrical-coordinate representation of color #413D03: hue angle of 56.13º 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 #413D03 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB65613-
CMYK00.060.950.75
HSL56.13º91.18%13.33%-
HSV(B)56.13º95.38%25.49%-
XYZ3.874.470.74-
YUV55.5898.33134.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.39%
GREEN value IS 61 (24.22% from 255) = 47.29%
BLUE value IS 3 (1.56% from 255) = 2.33%
R=50.39%
G=47.29%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6561300.060.950.7556.1391.1813.33
Hex413D3065F4B385bd
Octal101753061371137013315
Binary10000011111011101101011111100101111100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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