#463602

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

Shades of Madras #463602

Tints of Madras #463602

Color information

#463602 (or 0x463602) is unknown color: approx Madras. HEX triplet: 46, 36 and 02. RGB value is (70,54,2). Sum of RGB (Red+Green+Blue) = 70+54+2=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #463602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463602 is #B9C9FD. Grayscale: #353535. Windows color (decimal): -12175870 or 144966. OLE color: 144966.

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

Color convert

RGB70542-
CMYK00.230.970.73
HSL45.88º94.44%14.12%-
HSV(B)45.88º97.14%27.45%-
XYZ3.863.940.62-
YUV52.8699.3140.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.56%
GREEN value IS 54 (21.48% from 255) = 42.86%
BLUE value IS 2 (1.17% from 255) = 1.59%
R=55.56%
G=42.86%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7054200.230.970.7345.8894.4414.12
Hex4636201761492e5ee
Octal1066620271411115613616
Binary1000110110110100101111100001100100110111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463602; }

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

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

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

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

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

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

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

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