#413D0A

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

Shades of Madras #413D0A

Tints of Madras #413D0A

Color information

#413D0A (or 0x413D0A) is unknown color: approx Madras. HEX triplet: 41, 3D and 0A. RGB value is (65,61,10). Sum of RGB (Red+Green+Blue) = 65+61+10=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 61 (24.22% from 255 or 44.85% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #413D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D0A is #BEC2F5. Grayscale: #383838. Windows color (decimal): -12501750 or 671041. OLE color: 671041.

HSL color Cylindrical-coordinate representation of color #413D0A: hue angle of 55.64º 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 #413D0A is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB656110-
CMYK00.060.850.75
HSL55.64º73.33%14.71%-
HSV(B)55.64º84.62%25.49%-
XYZ3.94.480.95-
YUV56.38101.83134.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.79%
GREEN value IS 61 (24.22% from 255) = 44.85%
BLUE value IS 10 (4.30% from 255) = 7.35%
R=47.79%
G=44.85%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65611000.060.850.7555.6473.3314.71
Hex413DA06554B3849f
Octal1017512061251137011117
Binary1000001111101101001101010101100101111100010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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