#403A13

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

Shades of Madras #403A13

Tints of Madras #403A13

Color information

#403A13 (or 0x403A13) is unknown color: approx Madras. HEX triplet: 40, 3A and 13. RGB value is (64,58,19). Sum of RGB (Red+Green+Blue) = 64+58+19=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #403A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403A13 is #BFC5EC. Grayscale: #373737. Windows color (decimal): -12568045 or 1260096. OLE color: 1260096.

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

Color convert

RGB645819-
CMYK00.090.700.75
HSL52º54.22%16.27%-
HSV(B)52º70.31%25.1%-
XYZ3.744.161.22-
YUV55.35107.49134.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.39%
GREEN value IS 58 (23.05% from 255) = 41.13%
BLUE value IS 19 (7.81% from 255) = 13.48%
R=45.39%
G=41.13%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64581900.090.700.755254.2216.27
Hex403A1309464B343610
Octal1007223011106113646620
Binary100000011101010011010011000110100101111010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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