#403B03

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

Shades of Madras #403B03

Tints of Madras #403B03

Color information

#403B03 (or 0x403B03) is unknown color: approx Madras. HEX triplet: 40, 3B and 03. RGB value is (64,59,3). Sum of RGB (Red+Green+Blue) = 64+59+3=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 59 (23.44% from 255 or 46.83% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #403B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403B03 is #BFC4FC. Grayscale: #363636. Windows color (decimal): -12567805 or 211776. OLE color: 211776.

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

Color convert

RGB64593-
CMYK00.080.950.75
HSL55.08º91.04%13.14%-
HSV(B)55.08º95.31%25.1%-
XYZ3.694.220.71-
YUV54.1199.16135.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.79%
GREEN value IS 59 (23.44% from 255) = 46.83%
BLUE value IS 3 (1.56% from 255) = 2.38%
R=50.79%
G=46.83%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6459300.080.950.7555.0891.0413.14
Hex403B3085F4B375bd
Octal1007330101371136713315
Binary100000011101111010001011111100101111011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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