#463F22

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

Shades of Madras #463F22

Tints of Madras #463F22

Color information

#463F22 (or 0x463F22) is unknown color: approx Madras. HEX triplet: 46, 3F and 22. RGB value is (70,63,34). Sum of RGB (Red+Green+Blue) = 70+63+34=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #463F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F22 is #B9C0DD. Grayscale: #3D3D3D. Windows color (decimal): -12173534 or 2244422. OLE color: 2244422.

HSL color Cylindrical-coordinate representation of color #463F22: hue angle of 48.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #463F22 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB706334-
CMYK00.100.510.73
HSL48.33º34.62%20.39%-
HSV(B)48.33º51.43%27.45%-
XYZ4.594.972.23-
YUV61.79112.32133.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.92%
GREEN value IS 63 (25% from 255) = 37.72%
BLUE value IS 34 (13.67% from 255) = 20.36%
R=41.92%
G=37.72%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70633400.100.510.7348.3334.6220.39
Hex463F220A3349302314
Octal106774201263111604324
Binary100011011111110001001010110011100100111000010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,63,34); }

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

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

 a { background-color: rgb(70,63,34); }

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

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

 span { border-color: rgb(70,63,34); }

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