#413A0A

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

Shades of Madras #413A0A

Tints of Madras #413A0A

Color information

#413A0A (or 0x413A0A) is unknown color: approx Madras. HEX triplet: 41, 3A and 0A. RGB value is (65,58,10). Sum of RGB (Red+Green+Blue) = 65+58+10=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #413A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A0A is #BEC5F5. Grayscale: #363636. Windows color (decimal): -12502518 or 670273. OLE color: 670273.

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

Color convert

RGB655810-
CMYK00.110.850.75
HSL52.36º73.33%14.71%-
HSV(B)52.36º84.62%25.49%-
XYZ3.754.170.89-
YUV54.62102.82135.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.87%
GREEN value IS 58 (23.05% from 255) = 43.61%
BLUE value IS 10 (4.30% from 255) = 7.52%
R=48.87%
G=43.61%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65581000.110.850.7552.3673.3314.71
Hex413AA0B554B3449f
Octal10172120131251136411117
Binary10000011110101010010111010101100101111010010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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