#464317

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

Shades of Madras #464317

Tints of Madras #464317

Color information

#464317 (or 0x464317) is unknown color: approx Madras. HEX triplet: 46, 43 and 17. RGB value is (70,67,23). Sum of RGB (Red+Green+Blue) = 70+67+23=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #464317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464317 is #B9BCE8. Grayscale: #3F3F3F. Windows color (decimal): -12172521 or 1524550. OLE color: 1524550.

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

Color convert

RGB706723-
CMYK00.040.670.73
HSL56.17º50.54%18.24%-
HSV(B)56.17º67.14%27.45%-
XYZ4.695.381.6-
YUV62.88105.49133.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 67 (26.56% from 255) = 41.88%
BLUE value IS 23 (9.38% from 255) = 14.38%
R=43.75%
G=41.88%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70672300.040.670.7356.1750.5418.24
Hex464317044349383312
Octal1061032704103111706322
Binary100011010000111011101001000011100100111100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464317; }

 p { color: rgb(70,67,23); }

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

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

 a { background-color: rgb(70,67,23); }

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

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

 span { border-color: rgb(70,67,23); }

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