#413800

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

Shades of Madras #413800

Tints of Madras #413800

Color information

#413800 (or 0x413800) is unknown color: approx Madras. HEX triplet: 41, 38 and 00. RGB value is (65,56,0). Sum of RGB (Red+Green+Blue) = 65+56+0=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #413800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413800 is #BEC7FF. Grayscale: #343434. Windows color (decimal): -12503040 or 14401. OLE color: 14401.

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

Color convert

RGB65560-
CMYK00.1410.75
HSL51.69º100%12.75%-
HSV(B)51.69º100%25.49%-
XYZ3.593.950.57-
YUV52.3198.48137.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.72%
GREEN value IS 56 (22.27% from 255) = 46.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.72%
G=46.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6556000.1410.7551.6910012.75
Hex413800E644B3464d
Octal1017000161441136414415
Binary10000011110000011101100100100101111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413800; }

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

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

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

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

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

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

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

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