#464117

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

Shades of Madras #464117

Tints of Madras #464117

Color information

#464117 (or 0x464117) is unknown color: approx Madras. HEX triplet: 46, 41 and 17. RGB value is (70,65,23). Sum of RGB (Red+Green+Blue) = 70+65+23=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #464117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464117 is #B9BEE8. Grayscale: #3D3D3D. Windows color (decimal): -12173033 or 1524038. OLE color: 1524038.

HSL color Cylindrical-coordinate representation of color #464117: hue angle of 53.62º 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 #464117 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB706523-
CMYK00.070.670.73
HSL53.62º50.54%18.24%-
HSV(B)53.62º67.14%27.45%-
XYZ4.575.141.56-
YUV61.71106.16133.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 65 (25.78% from 255) = 41.14%
BLUE value IS 23 (9.38% from 255) = 14.56%
R=44.30%
G=41.14%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70652300.070.670.7353.6250.5418.24
Hex464117074349363312
Octal1061012707103111666322
Binary100011010000011011101111000011100100111011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464117; }

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

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

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

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

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

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

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

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