#463E3A

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

Shades of Paco #463E3A

Tints of Paco #463E3A

Color information

#463E3A (or 0x463E3A) is unknown color: approx Paco. HEX triplet: 46, 3E and 3A. RGB value is (70,62,58). Sum of RGB (Red+Green+Blue) = 70+62+58=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 70 - color contains mainly: red. Hex color #463E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E3A is #B9C1C5. Grayscale: #3F3F3F. Windows color (decimal): -12173766 or 3817030. OLE color: 3817030.

HSL color Cylindrical-coordinate representation of color #463E3A: hue angle of 20º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #463E3A is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB706258-
CMYK00.110.170.73
HSL20º9.38%25.1%-
HSV(B)20º17.14%27.45%-
XYZ5.015.054.71-
YUV63.94124.65132.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 62 (24.61% from 255) = 32.63%
BLUE value IS 58 (23.05% from 255) = 30.53%
R=36.84%
G=32.63%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70625800.110.170.73209.3825.1
Hex463E3A0B114914919
Octal106767201321111241131
Binary10001101111101110100101110001100100110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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