#413A05

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

Shades of Madras #413A05

Tints of Madras #413A05

Color information

#413A05 (or 0x413A05) is unknown color: approx Madras. HEX triplet: 41, 3A and 05. RGB value is (65,58,5). Sum of RGB (Red+Green+Blue) = 65+58+5=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 58 (23.05% from 255 or 45.31% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #413A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A05 is #BEC5FA. Grayscale: #363636. Windows color (decimal): -12502523 or 342593. OLE color: 342593.

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

Color convert

RGB65585-
CMYK00.110.920.75
HSL53º85.71%13.73%-
HSV(B)53º92.31%25.49%-
XYZ3.724.160.75-
YUV54.05100.32135.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 58 (23.05% from 255) = 45.31%
BLUE value IS 5 (2.34% from 255) = 3.91%
R=50.78%
G=45.31%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6558500.110.920.755385.7113.73
Hex413A50B5C4B3556e
Octal1017250131341136512616
Binary1000001111010101010111011100100101111010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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