#413A03

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

Shades of Madras #413A03

Tints of Madras #413A03

Color information

#413A03 (or 0x413A03) is unknown color: approx Madras. HEX triplet: 41, 3A and 03. RGB value is (65,58,3). Sum of RGB (Red+Green+Blue) = 65+58+3=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 58 (23.05% from 255 or 46.03% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #413A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A03 is #BEC5FC. Grayscale: #363636. Windows color (decimal): -12502525 or 211521. OLE color: 211521.

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

Color convert

RGB65583-
CMYK00.110.950.75
HSL53.23º91.18%13.33%-
HSV(B)53.23º95.38%25.49%-
XYZ3.714.160.69-
YUV53.8299.32135.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.59%
GREEN value IS 58 (23.05% from 255) = 46.03%
BLUE value IS 3 (1.56% from 255) = 2.38%
R=51.59%
G=46.03%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6558300.110.950.7553.2391.1813.33
Hex413A30B5F4B355bd
Octal1017230131371136513315
Binary100000111101011010111011111100101111010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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