#463B22

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

Shades of Madras #463B22

Tints of Madras #463B22

Color information

#463B22 (or 0x463B22) is unknown color: approx Madras. HEX triplet: 46, 3B and 22. RGB value is (70,59,34). Sum of RGB (Red+Green+Blue) = 70+59+34=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #463B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B22 is #B9C4DD. Grayscale: #3B3B3B. Windows color (decimal): -12174558 or 2243398. OLE color: 2243398.

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

Color convert

RGB705934-
CMYK00.160.510.73
HSL41.67º34.62%20.39%-
HSV(B)41.67º51.43%27.45%-
XYZ4.384.552.16-
YUV59.44113.64135.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.94%
GREEN value IS 59 (23.44% from 255) = 36.20%
BLUE value IS 34 (13.67% from 255) = 20.86%
R=42.94%
G=36.20%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70593400.160.510.7341.6734.6220.39
Hex463B2201033492a2314
Octal106734202063111524324
Binary1000110111011100010010000110011100100110101010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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