#464205

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

Shades of Madras #464205

Tints of Madras #464205

Color information

#464205 (or 0x464205) is unknown color: approx Madras. HEX triplet: 46, 42 and 05. RGB value is (70,66,5). Sum of RGB (Red+Green+Blue) = 70+66+5=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #464205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464205 is #B9BDFA. Grayscale: #3C3C3C. Windows color (decimal): -12172795 or 344646. OLE color: 344646.

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

Color convert

RGB70665-
CMYK00.060.930.73
HSL56.31º86.67%14.71%-
HSV(B)56.31º92.86%27.45%-
XYZ4.55.210.91-
YUV60.2496.83134.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.65%
GREEN value IS 66 (26.17% from 255) = 46.81%
BLUE value IS 5 (2.34% from 255) = 3.55%
R=49.65%
G=46.81%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7066500.060.930.7356.3186.6714.71
Hex46425065D493857f
Octal1061025061351117012717
Binary1000110100001010101101011101100100111100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464205; }

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

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

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

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

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

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

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

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