#464311

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

Shades of Madras #464311

Tints of Madras #464311

Color information

#464311 (or 0x464311) is unknown color: approx Madras. HEX triplet: 46, 43 and 11. RGB value is (70,67,17). Sum of RGB (Red+Green+Blue) = 70+67+17=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #464311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464311 is #B9BCEE. Grayscale: #3E3E3E. Windows color (decimal): -12172527 or 1131334. OLE color: 1131334.

HSL color Cylindrical-coordinate representation of color #464311: hue angle of 56.6º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #464311 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB706717-
CMYK00.040.760.73
HSL56.6º60.92%17.06%-
HSV(B)56.6º75.71%27.45%-
XYZ4.635.361.32-
YUV62.2102.49133.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.45%
GREEN value IS 67 (26.56% from 255) = 43.51%
BLUE value IS 17 (7.03% from 255) = 11.04%
R=45.45%
G=43.51%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70671700.040.760.7356.660.9217.06
Hex464311044C49393d11
Octal1061032104114111717521
Binary100011010000111000101001001100100100111100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464311; }

 p { color: rgb(70,67,17); }

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

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

 a { background-color: rgb(70,67,17); }

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

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

 span { border-color: rgb(70,67,17); }

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