#463A29

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

Shades of Jacko Bean #463A29

Tints of Jacko Bean #463A29

Color information

#463A29 (or 0x463A29) is unknown color: approx Jacko Bean. HEX triplet: 46, 3A and 29. RGB value is (70,58,41). Sum of RGB (Red+Green+Blue) = 70+58+41=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #463A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A29 is #B9C5D6. Grayscale: #3B3B3B. Windows color (decimal): -12174807 or 2701894. OLE color: 2701894.

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

Color convert

RGB705841-
CMYK00.170.410.73
HSL35.17º26.13%21.76%-
HSV(B)35.17º41.43%27.45%-
XYZ4.444.492.73-
YUV59.65117.48135.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.42%
GREEN value IS 58 (23.05% from 255) = 34.32%
BLUE value IS 41 (16.41% from 255) = 24.26%
R=41.42%
G=34.32%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70584100.170.410.7335.1726.1321.76
Hex463A290112949231a16
Octal106725102151111433226
Binary100011011101010100101000110100110010011000111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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