#463600

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

Shades of Madras #463600

Tints of Madras #463600

Color information

#463600 (or 0x463600) is unknown color: approx Madras. HEX triplet: 46, 36 and 00. RGB value is (70,54,0). Sum of RGB (Red+Green+Blue) = 70+54+0=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #463600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463600 is #B9C9FF. Grayscale: #343434. Windows color (decimal): -12175872 or 13894. OLE color: 13894.

HSL color Cylindrical-coordinate representation of color #463600: hue angle of 46.29º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #463600 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB70540-
CMYK00.2310.73
HSL46.29º100%13.73%-
HSV(B)46.29º100%27.45%-
XYZ3.843.940.56-
YUV52.6398.3140.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.45%
GREEN value IS 54 (21.48% from 255) = 43.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.45%
G=43.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7054000.2310.7346.2910013.73
Hex4636001764492e64e
Octal1066600271441115614416
Binary100011011011000101111100100100100110111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463600; }

 p { color: rgb(70,54,0); }

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

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

 a { background-color: rgb(70,54,0); }

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

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

 span { border-color: rgb(70,54,0); }

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