#464318

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

Shades of Madras #464318

Tints of Madras #464318

Color information

#464318 (or 0x464318) is unknown color: approx Madras. HEX triplet: 46, 43 and 18. RGB value is (70,67,24). Sum of RGB (Red+Green+Blue) = 70+67+24=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #464318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464318 is #B9BCE7. Grayscale: #3F3F3F. Windows color (decimal): -12172520 or 1590086. OLE color: 1590086.

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

Color convert

RGB706724-
CMYK00.040.660.73
HSL56.09º48.94%18.43%-
HSV(B)56.09º65.71%27.45%-
XYZ4.75.381.66-
YUV63105.99133-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 67 (26.56% from 255) = 41.61%
BLUE value IS 24 (9.77% from 255) = 14.91%
R=43.48%
G=41.61%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70672400.040.660.7356.0948.9418.43
Hex464318044249383112
Octal1061033004102111706122
Binary100011010000111100001001000010100100111100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464318; }

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

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

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

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

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

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

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

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