#403D07

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

Shades of Madras #403D07

Tints of Madras #403D07

Color information

#403D07 (or 0x403D07) is unknown color: approx Madras. HEX triplet: 40, 3D and 07. RGB value is (64,61,7). Sum of RGB (Red+Green+Blue) = 64+61+7=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #403D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D07 is #BFC2F8. Grayscale: #373737. Windows color (decimal): -12567289 or 474432. OLE color: 474432.

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

Color convert

RGB64617-
CMYK00.050.890.75
HSL56.84º80.28%13.92%-
HSV(B)56.84º89.06%25.1%-
XYZ3.824.440.86-
YUV55.74100.49133.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 61 (24.22% from 255) = 46.21%
BLUE value IS 7 (3.12% from 255) = 5.30%
R=48.48%
G=46.21%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6461700.050.890.7556.8480.2813.92
Hex403D705594B3950e
Octal100757051311137112016
Binary100000011110111101011011001100101111100110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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