#413A0C

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

Shades of Madras #413A0C

Tints of Madras #413A0C

Color information

#413A0C (or 0x413A0C) is unknown color: approx Madras. HEX triplet: 41, 3A and 0C. RGB value is (65,58,12). Sum of RGB (Red+Green+Blue) = 65+58+12=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #413A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A0C is #BEC5F3. Grayscale: #373737. Windows color (decimal): -12502516 or 801345. OLE color: 801345.

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

Color convert

RGB655812-
CMYK00.110.820.75
HSL52.08º68.83%15.1%-
HSV(B)52.08º81.54%25.49%-
XYZ3.764.180.96-
YUV54.85103.82135.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 58 (23.05% from 255) = 42.96%
BLUE value IS 12 (5.08% from 255) = 8.89%
R=48.15%
G=42.96%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65581200.110.820.7552.0868.8315.1
Hex413AC0B524B3445f
Octal10172140131221136410517
Binary10000011110101100010111010010100101111010010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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