#464210

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

Shades of Madras #464210

Tints of Madras #464210

Color information

#464210 (or 0x464210) is unknown color: approx Madras. HEX triplet: 46, 42 and 10. RGB value is (70,66,16). Sum of RGB (Red+Green+Blue) = 70+66+16=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #464210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464210 is #B9BDEF. Grayscale: #3D3D3D. Windows color (decimal): -12172784 or 1065542. OLE color: 1065542.

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

Color convert

RGB706616-
CMYK00.060.770.73
HSL55.56º62.79%16.86%-
HSV(B)55.56º77.14%27.45%-
XYZ4.575.241.26-
YUV61.5102.33134.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 66 (26.17% from 255) = 43.42%
BLUE value IS 16 (6.64% from 255) = 10.53%
R=46.05%
G=43.42%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70661600.060.770.7355.5662.7916.86
Hex464210064D49383f11
Octal1061022006115111707721
Binary100011010000101000001101001101100100111100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464210; }

 p { color: rgb(70,66,16); }

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

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

 a { background-color: rgb(70,66,16); }

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

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

 span { border-color: rgb(70,66,16); }

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