#403A10

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

Shades of Madras #403A10

Tints of Madras #403A10

Color information

#403A10 (or 0x403A10) is unknown color: approx Madras. HEX triplet: 40, 3A and 10. RGB value is (64,58,16). Sum of RGB (Red+Green+Blue) = 64+58+16=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 58 (23.05% from 255 or 42.03% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #403A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403A10 is #BFC5EF. Grayscale: #373737. Windows color (decimal): -12568048 or 1063488. OLE color: 1063488.

HSL color Cylindrical-coordinate representation of color #403A10: hue angle of 52.5º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #403A10 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB645816-
CMYK00.090.750.75
HSL52.5º60%15.69%-
HSV(B)52.5º75%25.1%-
XYZ3.724.151.1-
YUV55.01105.99134.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 58 (23.05% from 255) = 42.03%
BLUE value IS 16 (6.64% from 255) = 11.59%
R=46.38%
G=42.03%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64581600.090.750.7552.56015.69
Hex403A10094B4B343c10
Octal1007220011113113647420
Binary100000011101010000010011001011100101111010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,58,16); }

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

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

 a { background-color: rgb(64,58,16); }

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

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

 span { border-color: rgb(64,58,16); }

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