#403A02

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

Shades of Madras #403A02

Tints of Madras #403A02

Color information

#403A02 (or 0x403A02) is unknown color: approx Madras. HEX triplet: 40, 3A and 02. RGB value is (64,58,2). Sum of RGB (Red+Green+Blue) = 64+58+2=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 58 (23.05% from 255 or 46.77% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #403A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403A02 is #BFC5FD. Grayscale: #353535. Windows color (decimal): -12568062 or 145984. OLE color: 145984.

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

Color convert

RGB64582-
CMYK00.090.970.75
HSL54.19º93.94%12.94%-
HSV(B)54.19º96.88%25.1%-
XYZ3.644.120.66-
YUV53.4198.99135.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 58 (23.05% from 255) = 46.77%
BLUE value IS 2 (1.17% from 255) = 1.61%
R=51.61%
G=46.77%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6458200.090.970.7554.1993.9412.94
Hex403A209614B365ed
Octal1007220111411136613615
Binary100000011101010010011100001100101111011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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