#463B29

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

Shades of Jacko Bean #463B29

Tints of Jacko Bean #463B29

Color information

#463B29 (or 0x463B29) is unknown color: approx Jacko Bean. HEX triplet: 46, 3B and 29. RGB value is (70,59,41). Sum of RGB (Red+Green+Blue) = 70+59+41=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #463B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B29 is #B9C4D6. Grayscale: #3C3C3C. Windows color (decimal): -12174551 or 2702150. OLE color: 2702150.

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

Color convert

RGB705941-
CMYK00.160.410.73
HSL37.24º26.13%21.76%-
HSV(B)37.24º41.43%27.45%-
XYZ4.494.592.75-
YUV60.24117.14134.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.18%
GREEN value IS 59 (23.44% from 255) = 34.71%
BLUE value IS 41 (16.41% from 255) = 24.12%
R=41.18%
G=34.71%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70594100.160.410.7337.2426.1321.76
Hex463B290102949251a16
Octal106735102051111453226
Binary100011011101110100101000010100110010011001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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