#413709

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

Shades of Madras #413709

Tints of Madras #413709

Color information

#413709 (or 0x413709) is unknown color: approx Madras. HEX triplet: 41, 37 and 09. RGB value is (65,55,9). Sum of RGB (Red+Green+Blue) = 65+55+9=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #413709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413709 is #BEC8F6. Grayscale: #343434. Windows color (decimal): -12503287 or 603969. OLE color: 603969.

HSL color Cylindrical-coordinate representation of color #413709: hue angle of 49.29º 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 #413709 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB65559-
CMYK00.150.860.75
HSL49.29º75.68%14.51%-
HSV(B)49.29º86.15%25.49%-
XYZ3.63.880.82-
YUV52.75103.31136.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.39%
GREEN value IS 55 (21.88% from 255) = 42.64%
BLUE value IS 9 (3.91% from 255) = 6.98%
R=50.39%
G=42.64%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6555900.150.860.7549.2975.6814.51
Hex413790F564B314cf
Octal10167110171261136111417
Binary10000011101111001011111010110100101111000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413709; }

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

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

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

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

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

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

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

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