#463B23

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

Shades of Madras #463B23

Tints of Madras #463B23

Color information

#463B23 (or 0x463B23) is unknown color: approx Madras. HEX triplet: 46, 3B and 23. RGB value is (70,59,35). Sum of RGB (Red+Green+Blue) = 70+59+35=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #463B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B23 is #B9C4DC. Grayscale: #3B3B3B. Windows color (decimal): -12174557 or 2308934. OLE color: 2308934.

HSL color Cylindrical-coordinate representation of color #463B23: hue angle of 41.14º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #463B23 is Cyan = 0, Magento = 0.16, Yellow = 0.5 and Black (K on CMYK) = 0.73.

Color convert

RGB705935-
CMYK00.160.50.73
HSL41.14º33.33%20.59%-
HSV(B)41.14º50%27.45%-
XYZ4.394.552.24-
YUV59.55114.14135.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.68%
GREEN value IS 59 (23.44% from 255) = 35.98%
BLUE value IS 35 (14.06% from 255) = 21.34%
R=42.68%
G=35.98%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70593500.160.50.7341.1433.3320.59
Hex463B230103249292115
Octal106734302062111514125
Binary1000110111011100011010000110010100100110100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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