#463A0E

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

Shades of Madras #463A0E

Tints of Madras #463A0E

Color information

#463A0E (or 0x463A0E) is unknown color: approx Madras. HEX triplet: 46, 3A and 0E. RGB value is (70,58,14). Sum of RGB (Red+Green+Blue) = 70+58+14=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #463A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463A0E is #B9C5F1. Grayscale: #383838. Windows color (decimal): -12174834 or 932422. OLE color: 932422.

HSL color Cylindrical-coordinate representation of color #463A0E: hue angle of 47.14º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #463A0E is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB705814-
CMYK00.170.800.73
HSL47.14º66.67%16.47%-
HSV(B)47.14º80%27.45%-
XYZ4.124.361.04-
YUV56.57103.98137.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.30%
GREEN value IS 58 (23.05% from 255) = 40.85%
BLUE value IS 14 (5.86% from 255) = 9.86%
R=49.30%
G=40.85%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70581400.170.800.7347.1466.6716.47
Hex463AE01150492f4310
Octal10672160211201115710320
Binary1000110111010111001000110100001001001101111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463A0E; }

 p { color: rgb(70,58,14); }

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

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

 a { background-color: rgb(70,58,14); }

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

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

 span { border-color: rgb(70,58,14); }

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