#413C00

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

Shades of Madras #413C00

Tints of Madras #413C00

Color information

#413C00 (or 0x413C00) is unknown color: approx Madras. HEX triplet: 41, 3C and 00. RGB value is (65,60,0). Sum of RGB (Red+Green+Blue) = 65+60+0=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 60 (23.83% from 255 or 48% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #413C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C00 is #BEC3FF. Grayscale: #363636. Windows color (decimal): -12502016 or 15425. OLE color: 15425.

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

Color convert

RGB65600-
CMYK00.0810.75
HSL55.38º100%12.75%-
HSV(B)55.38º100%25.49%-
XYZ3.84.360.64-
YUV54.6697.16135.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52%
GREEN value IS 60 (23.83% from 255) = 48%
BLUE value IS 0 (0.39% from 255) = 0%
R=52%
G=48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6560000.0810.7555.3810012.75
Hex413C008644B3764d
Octal1017400101441136714415
Binary10000011111000010001100100100101111011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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