#413803

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

Shades of Madras #413803

Tints of Madras #413803

Color information

#413803 (or 0x413803) is unknown color: approx Madras. HEX triplet: 41, 38 and 03. RGB value is (65,56,3). Sum of RGB (Red+Green+Blue) = 65+56+3=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #413803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413803 is #BEC7FC. Grayscale: #343434. Windows color (decimal): -12503037 or 211009. OLE color: 211009.

HSL color Cylindrical-coordinate representation of color #413803: hue angle of 51.29º 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 #413803 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB65563-
CMYK00.140.950.75
HSL51.29º91.18%13.33%-
HSV(B)51.29º95.38%25.49%-
XYZ3.613.960.66-
YUV52.6599.98136.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 56 (22.27% from 255) = 45.16%
BLUE value IS 3 (1.56% from 255) = 2.42%
R=52.42%
G=45.16%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6556300.140.950.7551.2991.1813.33
Hex413830E5F4B335bd
Octal1017030161371136313315
Binary100000111100011011101011111100101111001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413803; }

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

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

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

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

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

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

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

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