#413C0A

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

Shades of Madras #413C0A

Tints of Madras #413C0A

Color information

#413C0A (or 0x413C0A) is unknown color: approx Madras. HEX triplet: 41, 3C and 0A. RGB value is (65,60,10). Sum of RGB (Red+Green+Blue) = 65+60+10=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #413C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C0A is #BEC3F5. Grayscale: #383838. Windows color (decimal): -12502006 or 670785. OLE color: 670785.

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

Color convert

RGB656010-
CMYK00.080.850.75
HSL54.55º73.33%14.71%-
HSV(B)54.55º84.62%25.49%-
XYZ3.854.380.93-
YUV55.8102.16134.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 60 (23.83% from 255) = 44.44%
BLUE value IS 10 (4.30% from 255) = 7.41%
R=48.15%
G=44.44%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65601000.080.850.7554.5573.3314.71
Hex413CA08554B3749f
Octal10174120101251136711117
Binary10000011111001010010001010101100101111011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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