#463A0C

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

Shades of Madras #463A0C

Tints of Madras #463A0C

Color information

#463A0C (or 0x463A0C) is unknown color: approx Madras. HEX triplet: 46, 3A and 0C. RGB value is (70,58,12). Sum of RGB (Red+Green+Blue) = 70+58+12=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #463A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463A0C is #B9C5F3. Grayscale: #383838. Windows color (decimal): -12174836 or 801350. OLE color: 801350.

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

Color convert

RGB705812-
CMYK00.170.830.73
HSL47.59º70.73%16.08%-
HSV(B)47.59º82.86%27.45%-
XYZ4.114.350.97-
YUV56.34102.98137.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50%
GREEN value IS 58 (23.05% from 255) = 41.43%
BLUE value IS 12 (5.08% from 255) = 8.57%
R=50%
G=41.43%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70581200.170.830.7347.5970.7316.08
Hex463AC0115349304710
Octal10672140211231116010720
Binary1000110111010110001000110100111001001110000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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