#413908

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

Shades of Madras #413908

Tints of Madras #413908

Color information

#413908 (or 0x413908) is unknown color: approx Madras. HEX triplet: 41, 39 and 08. RGB value is (65,57,8). Sum of RGB (Red+Green+Blue) = 65+57+8=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #413908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413908 is #BEC6F7. Grayscale: #363636. Windows color (decimal): -12502776 or 538945. OLE color: 538945.

HSL color Cylindrical-coordinate representation of color #413908: hue angle of 51.58º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #413908 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.75.

Color convert

RGB65578-
CMYK00.120.880.75
HSL51.58º78.08%14.31%-
HSV(B)51.58º87.69%25.49%-
XYZ3.694.070.82-
YUV53.81102.15135.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50%
GREEN value IS 57 (22.66% from 255) = 43.85%
BLUE value IS 8 (3.52% from 255) = 6.15%
R=50%
G=43.85%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6557800.120.880.7551.5878.0814.31
Hex413980C584B344ee
Octal10171100141301136411616
Binary10000011110011000011001011000100101111010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413908; }

 p { color: rgb(65,57,8); }

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

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

 a { background-color: rgb(65,57,8); }

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

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

 span { border-color: rgb(65,57,8); }

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