#413D04

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

Shades of Madras #413D04

Tints of Madras #413D04

Color information

#413D04 (or 0x413D04) is unknown color: approx Madras. HEX triplet: 41, 3D and 04. RGB value is (65,61,4). Sum of RGB (Red+Green+Blue) = 65+61+4=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 61 (24.22% from 255 or 46.92% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #413D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D04 is #BEC2FB. Grayscale: #373737. Windows color (decimal): -12501756 or 277825. OLE color: 277825.

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

Color convert

RGB65614-
CMYK00.060.940.75
HSL56.07º88.41%13.53%-
HSV(B)56.07º93.85%25.49%-
XYZ3.874.470.77-
YUV55.798.83134.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50%
GREEN value IS 61 (24.22% from 255) = 46.92%
BLUE value IS 4 (1.95% from 255) = 3.08%
R=50%
G=46.92%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6561400.060.940.7556.0788.4113.53
Hex413D4065E4B3858e
Octal101754061361137013016
Binary100000111110110001101011110100101111100010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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