#403A1B

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

Shades of Madras #403A1B

Tints of Madras #403A1B

Color information

#403A1B (or 0x403A1B) is unknown color: approx Madras. HEX triplet: 40, 3A and 1B. RGB value is (64,58,27). Sum of RGB (Red+Green+Blue) = 64+58+27=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #403A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A1B is #BFC5E4. Grayscale: #383838. Windows color (decimal): -12568037 or 1784384. OLE color: 1784384.

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

Color convert

RGB645827-
CMYK00.090.580.75
HSL50.27º40.66%17.84%-
HSV(B)50.27º57.81%25.1%-
XYZ3.834.21.65-
YUV56.26111.49133.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.95%
GREEN value IS 58 (23.05% from 255) = 38.93%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=42.95%
G=38.93%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64582700.090.580.7550.2740.6617.84
Hex403A1B093A4B322912
Octal100723301172113625122
Binary10000001110101101101001111010100101111001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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