#463E02

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

Shades of Madras #463E02

Tints of Madras #463E02

Color information

#463E02 (or 0x463E02) is unknown color: approx Madras. HEX triplet: 46, 3E and 02. RGB value is (70,62,2). Sum of RGB (Red+Green+Blue) = 70+62+2=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 62 (24.61% from 255 or 46.27% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #463E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463E02 is #B9C1FD. Grayscale: #393939. Windows color (decimal): -12173822 or 147014. OLE color: 147014.

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

Color convert

RGB70622-
CMYK00.110.970.73
HSL52.94º94.44%14.12%-
HSV(B)52.94º97.14%27.45%-
XYZ4.264.750.75-
YUV57.5596.65136.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.24%
GREEN value IS 62 (24.61% from 255) = 46.27%
BLUE value IS 2 (1.17% from 255) = 1.49%
R=52.24%
G=46.27%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7062200.110.970.7352.9494.4414.12
Hex463E20B6149355ee
Octal1067620131411116513616
Binary100011011111010010111100001100100111010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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