#413A0E

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

Shades of Madras #413A0E

Tints of Madras #413A0E

Color information

#413A0E (or 0x413A0E) is unknown color: approx Madras. HEX triplet: 41, 3A and 0E. RGB value is (65,58,14). Sum of RGB (Red+Green+Blue) = 65+58+14=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #413A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A0E is #BEC5F1. Grayscale: #373737. Windows color (decimal): -12502514 or 932417. OLE color: 932417.

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

Color convert

RGB655814-
CMYK00.110.780.75
HSL51.76º64.56%15.49%-
HSV(B)51.76º78.46%25.49%-
XYZ3.774.181.02-
YUV55.08104.82135.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 58 (23.05% from 255) = 42.34%
BLUE value IS 14 (5.86% from 255) = 10.22%
R=47.45%
G=42.34%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65581400.110.780.7551.7664.5615.49
Hex413AE0B4E4B3441f
Octal10172160131161136410117
Binary10000011110101110010111001110100101111010010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,58,14); }

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

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

 a { background-color: rgb(65,58,14); }

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

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

 span { border-color: rgb(65,58,14); }

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