#413603

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

Shades of Madras #413603

Tints of Madras #413603

Color information

#413603 (or 0x413603) is unknown color: approx Madras. HEX triplet: 41, 36 and 03. RGB value is (65,54,3). Sum of RGB (Red+Green+Blue) = 65+54+3=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #413603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413603 is #BEC9FC. Grayscale: #333333. Windows color (decimal): -12503549 or 210497. OLE color: 210497.

HSL color Cylindrical-coordinate representation of color #413603: hue angle of 49.35º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #413603 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB65543-
CMYK00.170.950.75
HSL49.35º91.18%13.33%-
HSV(B)49.35º95.38%25.49%-
XYZ3.523.770.63-
YUV51.47100.64137.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.28%
GREEN value IS 54 (21.48% from 255) = 44.26%
BLUE value IS 3 (1.56% from 255) = 2.46%
R=53.28%
G=44.26%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6554300.170.950.7549.3591.1813.33
Hex413630115F4B315bd
Octal1016630211371136113315
Binary1000001110110110100011011111100101111000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413603; }

 p { color: rgb(65,54,3); }

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

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

 a { background-color: rgb(65,54,3); }

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

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

 span { border-color: rgb(65,54,3); }

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