#413601

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

Shades of Madras #413601

Tints of Madras #413601

Color information

#413601 (or 0x413601) is unknown color: approx Madras. HEX triplet: 41, 36 and 01. RGB value is (65,54,1). Sum of RGB (Red+Green+Blue) = 65+54+1=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #413601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413601 is #BEC9FE. Grayscale: #333333. Windows color (decimal): -12503551 or 79425. OLE color: 79425.

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

Color convert

RGB65541-
CMYK00.170.980.75
HSL49.69º96.97%12.94%-
HSV(B)49.69º98.46%25.49%-
XYZ3.53.760.57-
YUV51.2599.64137.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.17%
GREEN value IS 54 (21.48% from 255) = 45%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=54.17%
G=45%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6554100.170.980.7549.6996.9712.94
Hex41361011624B3261d
Octal1016610211421136214115
Binary100000111011010100011100010100101111001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413601; }

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

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

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

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

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

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

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

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