#403A00

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

Shades of Madras #403A00

Tints of Madras #403A00

Color information

#403A00 (or 0x403A00) is unknown color: approx Madras. HEX triplet: 40, 3A and 00. RGB value is (64,58,0). Sum of RGB (Red+Green+Blue) = 64+58+0=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #403A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403A00 is #BFC5FF. Grayscale: #353535. Windows color (decimal): -12568064 or 14912. OLE color: 14912.

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

Color convert

RGB64580-
CMYK00.0910.75
HSL54.37º100%12.55%-
HSV(B)54.37º100%25.1%-
XYZ3.634.120.6-
YUV53.1897.99135.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.46%
GREEN value IS 58 (23.05% from 255) = 47.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.46%
G=47.54%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6458000.0910.7554.3710012.55
Hex403A009644B3664d
Octal1007200111441136614415
Binary10000001110100010011100100100101111011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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