#464111

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

Shades of Madras #464111

Tints of Madras #464111

Color information

#464111 (or 0x464111) is unknown color: approx Madras. HEX triplet: 46, 41 and 11. RGB value is (70,65,17). Sum of RGB (Red+Green+Blue) = 70+65+17=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #464111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464111 is #B9BEEE. Grayscale: #3D3D3D. Windows color (decimal): -12173039 or 1130822. OLE color: 1130822.

HSL color Cylindrical-coordinate representation of color #464111: hue angle of 54.34º 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 #464111 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB706517-
CMYK00.070.760.73
HSL54.34º60.92%17.06%-
HSV(B)54.34º75.71%27.45%-
XYZ4.525.121.28-
YUV61.02103.16134.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 65 (25.78% from 255) = 42.76%
BLUE value IS 17 (7.03% from 255) = 11.18%
R=46.05%
G=42.76%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70651700.070.760.7354.3460.9217.06
Hex464111074C49363d11
Octal1061012107114111667521
Binary100011010000011000101111001100100100111011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464111; }

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

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

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

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

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

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

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

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