#413B04

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

Shades of Madras #413B04

Tints of Madras #413B04

Color information

#413B04 (or 0x413B04) is unknown color: approx Madras. HEX triplet: 41, 3B and 04. RGB value is (65,59,4). Sum of RGB (Red+Green+Blue) = 65+59+4=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 59 (23.44% from 255 or 46.09% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #413B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413B04 is #BEC4FB. Grayscale: #363636. Windows color (decimal): -12502268 or 277313. OLE color: 277313.

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

Color convert

RGB65594-
CMYK00.090.940.75
HSL54.1º88.41%13.53%-
HSV(B)54.1º93.85%25.49%-
XYZ3.774.260.74-
YUV54.5299.49135.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 59 (23.44% from 255) = 46.09%
BLUE value IS 4 (1.95% from 255) = 3.12%
R=50.78%
G=46.09%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6559400.090.940.7554.188.4113.53
Hex413B4095E4B3658e
Octal1017340111361136613016
Binary1000001111011100010011011110100101111011010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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