#403D0D

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

Shades of Madras #403D0D

Tints of Madras #403D0D

Color information

#403D0D (or 0x403D0D) is unknown color: approx Madras. HEX triplet: 40, 3D and 0D. RGB value is (64,61,13). Sum of RGB (Red+Green+Blue) = 64+61+13=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 61 (24.22% from 255 or 44.20% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #403D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D0D is #BFC2F2. Grayscale: #383838. Windows color (decimal): -12567283 or 867648. OLE color: 867648.

HSL color Cylindrical-coordinate representation of color #403D0D: hue angle of 56.47º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #403D0D is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB646113-
CMYK00.050.800.75
HSL56.47º66.23%15.1%-
HSV(B)56.47º79.69%25.1%-
XYZ3.864.461.04-
YUV56.42103.49133.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 61 (24.22% from 255) = 44.20%
BLUE value IS 13 (5.47% from 255) = 9.42%
R=46.38%
G=44.20%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64611300.050.800.7556.4766.2315.1
Hex403DD05504B3842f
Octal1007515051201137010217
Binary1000000111101110101011010000100101111100010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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