#463B0E

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

Shades of Madras #463B0E

Tints of Madras #463B0E

Color information

#463B0E (or 0x463B0E) is unknown color: approx Madras. HEX triplet: 46, 3B and 0E. RGB value is (70,59,14). Sum of RGB (Red+Green+Blue) = 70+59+14=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 59 (23.44% from 255 or 41.26% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #463B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463B0E is #B9C4F1. Grayscale: #393939. Windows color (decimal): -12174578 or 932678. OLE color: 932678.

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

Color convert

RGB705914-
CMYK00.160.800.73
HSL48.21º66.67%16.47%-
HSV(B)48.21º80%27.45%-
XYZ4.174.461.06-
YUV57.16103.64137.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 59 (23.44% from 255) = 41.26%
BLUE value IS 14 (5.86% from 255) = 9.79%
R=48.95%
G=41.26%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70591400.160.800.7348.2166.6716.47
Hex463BE0105049304310
Octal10673160201201116010320
Binary1000110111011111001000010100001001001110000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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