#463808

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

Shades of Madras #463808

Tints of Madras #463808

Color information

#463808 (or 0x463808) is unknown color: approx Madras. HEX triplet: 46, 38 and 08. RGB value is (70,56,8). Sum of RGB (Red+Green+Blue) = 70+56+8=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #463808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463808 is #B9C7F7. Grayscale: #363636. Windows color (decimal): -12175352 or 538694. OLE color: 538694.

HSL color Cylindrical-coordinate representation of color #463808: hue angle of 46.45º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #463808 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB70568-
CMYK00.200.890.73
HSL46.45º79.49%15.29%-
HSV(B)46.45º88.57%27.45%-
XYZ3.984.150.82-
YUV54.71101.64138.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.24%
GREEN value IS 56 (22.27% from 255) = 41.79%
BLUE value IS 8 (3.52% from 255) = 5.97%
R=52.24%
G=41.79%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7056800.200.890.7346.4579.4915.29
Hex4638801459492e4ff
Octal10670100241311115611717
Binary100011011100010000101001011001100100110111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463808; }

 p { color: rgb(70,56,8); }

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

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

 a { background-color: rgb(70,56,8); }

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

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

 span { border-color: rgb(70,56,8); }

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