#463D0C

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

Shades of Madras #463D0C

Tints of Madras #463D0C

Color information

#463D0C (or 0x463D0C) is unknown color: approx Madras. HEX triplet: 46, 3D and 0C. RGB value is (70,61,12). Sum of RGB (Red+Green+Blue) = 70+61+12=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #463D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463D0C is #B9C2F3. Grayscale: #3A3A3A. Windows color (decimal): -12174068 or 802118. OLE color: 802118.

HSL color Cylindrical-coordinate representation of color #463D0C: hue angle of 50.69º 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 #463D0C is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB706112-
CMYK00.130.830.73
HSL50.69º70.73%16.08%-
HSV(B)50.69º82.86%27.45%-
XYZ4.264.671.02-
YUV58.1101.98136.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 61 (24.22% from 255) = 42.66%
BLUE value IS 12 (5.08% from 255) = 8.39%
R=48.95%
G=42.66%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70611200.130.830.7350.6970.7316.08
Hex463DC0D5349334710
Octal10675140151231116310720
Binary100011011110111000110110100111001001110011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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