#403D03

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

Shades of Madras #403D03

Tints of Madras #403D03

Color information

#403D03 (or 0x403D03) is unknown color: approx Madras. HEX triplet: 40, 3D and 03. RGB value is (64,61,3). Sum of RGB (Red+Green+Blue) = 64+61+3=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 61 (24.22% from 255 or 47.66% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #403D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D03 is #BFC2FC. Grayscale: #373737. Windows color (decimal): -12567293 or 212288. OLE color: 212288.

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

Color convert

RGB64613-
CMYK00.050.950.75
HSL57.05º91.04%13.14%-
HSV(B)57.05º95.31%25.1%-
XYZ3.84.430.74-
YUV55.2898.49134.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50%
GREEN value IS 61 (24.22% from 255) = 47.66%
BLUE value IS 3 (1.56% from 255) = 2.34%
R=50%
G=47.66%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6461300.050.950.7557.0591.0413.14
Hex403D3055F4B395bd
Octal100753051371137113315
Binary10000001111011101011011111100101111100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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