#413B02

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

Shades of Madras #413B02

Tints of Madras #413B02

Color information

#413B02 (or 0x413B02) is unknown color: approx Madras. HEX triplet: 41, 3B and 02. RGB value is (65,59,2). Sum of RGB (Red+Green+Blue) = 65+59+2=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 59 (23.44% from 255 or 46.83% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #413B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413B02 is #BEC4FD. Grayscale: #363636. Windows color (decimal): -12502270 or 146241. OLE color: 146241.

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

Color convert

RGB65592-
CMYK00.090.970.75
HSL54.29º94.03%13.14%-
HSV(B)54.29º96.92%25.49%-
XYZ3.754.260.68-
YUV54.398.49135.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.59%
GREEN value IS 59 (23.44% from 255) = 46.83%
BLUE value IS 2 (1.17% from 255) = 1.59%
R=51.59%
G=46.83%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6559200.090.970.7554.2994.0313.14
Hex413B209614B365ed
Octal1017320111411136613615
Binary100000111101110010011100001100101111011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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