#464018

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

Shades of Madras #464018

Tints of Madras #464018

Color information

#464018 (or 0x464018) is unknown color: approx Madras. HEX triplet: 46, 40 and 18. RGB value is (70,64,24). Sum of RGB (Red+Green+Blue) = 70+64+24=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #464018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464018 is #B9BFE7. Grayscale: #3D3D3D. Windows color (decimal): -12173288 or 1589318. OLE color: 1589318.

HSL color Cylindrical-coordinate representation of color #464018: hue angle of 52.17º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #464018 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB706424-
CMYK00.090.660.73
HSL52.17º48.94%18.43%-
HSV(B)52.17º65.71%27.45%-
XYZ4.525.031.6-
YUV61.23106.99134.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 64 (25.39% from 255) = 40.51%
BLUE value IS 24 (9.77% from 255) = 15.19%
R=44.30%
G=40.51%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70642400.090.660.7352.1748.9418.43
Hex464018094249343112
Octal10610030011102111646122
Binary1000110100000011000010011000010100100111010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464018; }

 p { color: rgb(70,64,24); }

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

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

 a { background-color: rgb(70,64,24); }

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

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

 span { border-color: rgb(70,64,24); }

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