#463E0E

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

Shades of Madras #463E0E

Tints of Madras #463E0E

Color information

#463E0E (or 0x463E0E) is unknown color: approx Madras. HEX triplet: 46, 3E and 0E. RGB value is (70,62,14). Sum of RGB (Red+Green+Blue) = 70+62+14=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #463E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463E0E is #B9C1F1. Grayscale: #3B3B3B. Windows color (decimal): -12173810 or 933446. OLE color: 933446.

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

Color convert

RGB706214-
CMYK00.110.800.73
HSL51.43º66.67%16.47%-
HSV(B)51.43º80%27.45%-
XYZ4.334.781.11-
YUV58.92102.65135.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 62 (24.61% from 255) = 42.47%
BLUE value IS 14 (5.86% from 255) = 9.59%
R=47.95%
G=42.47%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70621400.110.800.7351.4366.6716.47
Hex463EE0B5049334310
Octal10676160131201116310320
Binary100011011111011100101110100001001001110011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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