#413B03

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

Shades of Madras #413B03

Tints of Madras #413B03

Color information

#413B03 (or 0x413B03) is unknown color: approx Madras. HEX triplet: 41, 3B and 03. RGB value is (65,59,3). Sum of RGB (Red+Green+Blue) = 65+59+3=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 59 (23.44% from 255 or 46.46% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #413B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413B03 is #BEC4FC. Grayscale: #363636. Windows color (decimal): -12502269 or 211777. OLE color: 211777.

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

Color convert

RGB65593-
CMYK00.090.950.75
HSL54.19º91.18%13.33%-
HSV(B)54.19º95.38%25.49%-
XYZ3.764.260.71-
YUV54.4198.99135.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 59 (23.44% from 255) = 46.46%
BLUE value IS 3 (1.56% from 255) = 2.36%
R=51.18%
G=46.46%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6559300.090.950.7554.1991.1813.33
Hex413B3095F4B365bd
Octal1017330111371136613315
Binary100000111101111010011011111100101111011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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