#463918

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

Shades of Madras #463918

Tints of Madras #463918

Color information

#463918 (or 0x463918) is unknown color: approx Madras. HEX triplet: 46, 39 and 18. RGB value is (70,57,24). Sum of RGB (Red+Green+Blue) = 70+57+24=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #463918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463918 is #B9C6E7. Grayscale: #393939. Windows color (decimal): -12175080 or 1587526. OLE color: 1587526.

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

Color convert

RGB705724-
CMYK00.190.660.73
HSL43.04º48.94%18.43%-
HSV(B)43.04º65.71%27.45%-
XYZ4.154.291.47-
YUV57.12109.31137.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.36%
GREEN value IS 57 (22.66% from 255) = 37.75%
BLUE value IS 24 (9.77% from 255) = 15.89%
R=46.36%
G=37.75%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70572400.190.660.7343.0448.9418.43
Hex46391801342492b3112
Octal1067130023102111536122
Binary1000110111001110000100111000010100100110101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463918; }

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

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

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

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

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

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

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

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