#464218

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

Shades of Madras #464218

Tints of Madras #464218

Color information

#464218 (or 0x464218) is unknown color: approx Madras. HEX triplet: 46, 42 and 18. RGB value is (70,66,24). Sum of RGB (Red+Green+Blue) = 70+66+24=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #464218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464218 is #B9BDE7. Grayscale: #3E3E3E. Windows color (decimal): -12172776 or 1589830. OLE color: 1589830.

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

Color convert

RGB706624-
CMYK00.060.660.73
HSL54.78º48.94%18.43%-
HSV(B)54.78º65.71%27.45%-
XYZ4.645.261.64-
YUV62.41106.33133.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 66 (26.17% from 255) = 41.25%
BLUE value IS 24 (9.77% from 255) = 15%
R=43.75%
G=41.25%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70662400.060.660.7354.7848.9418.43
Hex464218064249373112
Octal1061023006102111676122
Binary100011010000101100001101000010100100111011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464218; }

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

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

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

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

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

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

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

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