#413B00

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

Shades of Madras #413B00

Tints of Madras #413B00

Color information

#413B00 (or 0x413B00) is unknown color: approx Madras. HEX triplet: 41, 3B and 00. RGB value is (65,59,0). Sum of RGB (Red+Green+Blue) = 65+59+0=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 59 (23.44% from 255 or 47.58% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #413B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413B00 is #BEC4FF. Grayscale: #363636. Windows color (decimal): -12502272 or 15169. OLE color: 15169.

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

Color convert

RGB65590-
CMYK00.0910.75
HSL54.46º100%12.75%-
HSV(B)54.46º100%25.49%-
XYZ3.744.250.62-
YUV54.0797.49135.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 59 (23.44% from 255) = 47.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.42%
G=47.58%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6559000.0910.7554.4610012.75
Hex413B009644B3664d
Octal1017300111441136614415
Binary10000011110110010011100100100101111011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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