#413A02

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

Shades of Madras #413A02

Tints of Madras #413A02

Color information

#413A02 (or 0x413A02) is unknown color: approx Madras. HEX triplet: 41, 3A and 02. RGB value is (65,58,2). Sum of RGB (Red+Green+Blue) = 65+58+2=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #413A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A02 is #BEC5FD. Grayscale: #353535. Windows color (decimal): -12502526 or 145985. OLE color: 145985.

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

Color convert

RGB65582-
CMYK00.110.970.75
HSL53.33º94.03%13.14%-
HSV(B)53.33º96.92%25.49%-
XYZ3.74.150.66-
YUV53.7198.82136.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52%
GREEN value IS 58 (23.05% from 255) = 46.4%
BLUE value IS 2 (1.17% from 255) = 1.6%
R=52%
G=46.4%
B=1.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6558200.110.970.7553.3394.0313.14
Hex413A20B614B355ed
Octal1017220131411136513615
Binary100000111101010010111100001100101111010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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