#464022

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

Shades of Madras #464022

Tints of Madras #464022

Color information

#464022 (or 0x464022) is unknown color: approx Madras. HEX triplet: 46, 40 and 22. RGB value is (70,64,34). Sum of RGB (Red+Green+Blue) = 70+64+34=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 70 - color contains mainly: red. Hex color #464022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464022 is #B9BFDD. Grayscale: #3E3E3E. Windows color (decimal): -12173278 or 2244678. OLE color: 2244678.

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

Color convert

RGB706434-
CMYK00.090.510.73
HSL50º34.62%20.39%-
HSV(B)50º51.43%27.45%-
XYZ4.655.082.25-
YUV62.37111.99133.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.67%
GREEN value IS 64 (25.39% from 255) = 38.10%
BLUE value IS 34 (13.67% from 255) = 20.24%
R=41.67%
G=38.10%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70643400.090.510.735034.6220.39
Hex464022093349322314
Octal1061004201163111624324
Binary1000110100000010001001001110011100100111001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464022; }

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

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

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

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

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

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

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

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