#463A23

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

Shades of Mikado #463A23

Tints of Mikado #463A23

Color information

#463A23 (or 0x463A23) is unknown color: approx Mikado. HEX triplet: 46, 3A and 23. RGB value is (70,58,35). Sum of RGB (Red+Green+Blue) = 70+58+35=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #463A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A23 is #B9C5DC. Grayscale: #3B3B3B. Windows color (decimal): -12174813 or 2308678. OLE color: 2308678.

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

Color convert

RGB705835-
CMYK00.170.50.73
HSL39.43º33.33%20.59%-
HSV(B)39.43º50%27.45%-
XYZ4.344.452.22-
YUV58.97114.48135.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.94%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 35 (14.06% from 255) = 21.47%
R=42.94%
G=35.58%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70583500.170.50.7339.4333.3320.59
Hex463A230113249272115
Octal106724302162111474125
Binary1000110111010100011010001110010100100110011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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