#413A04

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

Shades of Madras #413A04

Tints of Madras #413A04

Color information

#413A04 (or 0x413A04) is unknown color: approx Madras. HEX triplet: 41, 3A and 04. RGB value is (65,58,4). Sum of RGB (Red+Green+Blue) = 65+58+4=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #413A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A04 is #BEC5FB. Grayscale: #363636. Windows color (decimal): -12502524 or 277057. OLE color: 277057.

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

Color convert

RGB65584-
CMYK00.110.940.75
HSL53.11º88.41%13.53%-
HSV(B)53.11º93.85%25.49%-
XYZ3.714.160.72-
YUV53.9499.82135.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 58 (23.05% from 255) = 45.67%
BLUE value IS 4 (1.95% from 255) = 3.15%
R=51.18%
G=45.67%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6558400.110.940.7553.1188.4113.53
Hex413A40B5E4B3558e
Octal1017240131361136513016
Binary1000001111010100010111011110100101111010110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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