#413B0A

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

Shades of Madras #413B0A

Tints of Madras #413B0A

Color information

#413B0A (or 0x413B0A) is unknown color: approx Madras. HEX triplet: 41, 3B and 0A. RGB value is (65,59,10). Sum of RGB (Red+Green+Blue) = 65+59+10=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 59 (23.44% from 255 or 44.03% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #413B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413B0A is #BEC4F5. Grayscale: #373737. Windows color (decimal): -12502262 or 670529. OLE color: 670529.

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

Color convert

RGB655910-
CMYK00.090.850.75
HSL53.45º73.33%14.71%-
HSV(B)53.45º84.62%25.49%-
XYZ3.84.270.91-
YUV55.21102.49134.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 59 (23.44% from 255) = 44.03%
BLUE value IS 10 (4.30% from 255) = 7.46%
R=48.51%
G=44.03%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65591000.090.850.7553.4573.3314.71
Hex413BA09554B3549f
Octal10173120111251136511117
Binary10000011110111010010011010101100101111010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,59,10); }

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

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

 a { background-color: rgb(65,59,10); }

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

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

 span { border-color: rgb(65,59,10); }

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