#413708

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

Shades of Madras #413708

Tints of Madras #413708

Color information

#413708 (or 0x413708) is unknown color: approx Madras. HEX triplet: 41, 37 and 08. RGB value is (65,55,8). Sum of RGB (Red+Green+Blue) = 65+55+8=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 55 (21.88% from 255 or 42.97% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #413708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413708 is #BEC8F7. Grayscale: #343434. Windows color (decimal): -12503288 or 538433. OLE color: 538433.

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

Color convert

RGB65558-
CMYK00.150.880.75
HSL49.47º78.08%14.31%-
HSV(B)49.47º87.69%25.49%-
XYZ3.593.870.79-
YUV52.63102.81136.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 55 (21.88% from 255) = 42.97%
BLUE value IS 8 (3.52% from 255) = 6.25%
R=50.78%
G=42.97%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6555800.150.880.7549.4778.0814.31
Hex413780F584B314ee
Octal10167100171301136111616
Binary10000011101111000011111011000100101111000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413708; }

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

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

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

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

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

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

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

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