#463C2D

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

Shades of Jacko Bean #463C2D

Tints of Jacko Bean #463C2D

Color information

#463C2D (or 0x463C2D) is unknown color: approx Jacko Bean. HEX triplet: 46, 3C and 2D. RGB value is (70,60,45). Sum of RGB (Red+Green+Blue) = 70+60+45=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #463C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C2D is #B9C3D2. Grayscale: #3D3D3D. Windows color (decimal): -12174291 or 2964550. OLE color: 2964550.

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

Color convert

RGB706045-
CMYK00.140.360.73
HSL36º21.74%22.55%-
HSV(B)36º35.71%27.45%-
XYZ4.624.723.15-
YUV61.28118.81134.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 60 (23.83% from 255) = 34.29%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=40%
G=34.29%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70604500.140.360.733621.7422.55
Hex463C2D0E2449241617
Octal106745501644111442627
Binary10001101111001011010111010010010010011001001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,60,45); }

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

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

 a { background-color: rgb(70,60,45); }

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

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

 span { border-color: rgb(70,60,45); }

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