#463A0D

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

Shades of Madras #463A0D

Tints of Madras #463A0D

Color information

#463A0D (or 0x463A0D) is unknown color: approx Madras. HEX triplet: 46, 3A and 0D. RGB value is (70,58,13). Sum of RGB (Red+Green+Blue) = 70+58+13=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #463A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463A0D is #B9C5F2. Grayscale: #383838. Windows color (decimal): -12174835 or 866886. OLE color: 866886.

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

Color convert

RGB705813-
CMYK00.170.810.73
HSL47.37º68.67%16.27%-
HSV(B)47.37º81.43%27.45%-
XYZ4.114.361.01-
YUV56.46103.48137.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.65%
GREEN value IS 58 (23.05% from 255) = 41.13%
BLUE value IS 13 (5.47% from 255) = 9.22%
R=49.65%
G=41.13%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70581300.170.810.7347.3768.6716.27
Hex463AD01151492f4510
Octal10672150211211115710520
Binary1000110111010110101000110100011001001101111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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