#413C09

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

Shades of Madras #413C09

Tints of Madras #413C09

Color information

#413C09 (or 0x413C09) is unknown color: approx Madras. HEX triplet: 41, 3C and 09. RGB value is (65,60,9). Sum of RGB (Red+Green+Blue) = 65+60+9=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 60 (23.83% from 255 or 44.78% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #413C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C09 is #BEC3F6. Grayscale: #373737. Windows color (decimal): -12502007 or 605249. OLE color: 605249.

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

Color convert

RGB65609-
CMYK00.080.860.75
HSL54.64º75.68%14.51%-
HSV(B)54.64º86.15%25.49%-
XYZ3.854.380.9-
YUV55.68101.66134.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 60 (23.83% from 255) = 44.78%
BLUE value IS 9 (3.91% from 255) = 6.72%
R=48.51%
G=44.78%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6560900.080.860.7554.6475.6814.51
Hex413C908564B374cf
Octal10174110101261136711417
Binary10000011111001001010001010110100101111011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,60,9); }

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

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

 a { background-color: rgb(65,60,9); }

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

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

 span { border-color: rgb(65,60,9); }

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