#463D2E

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

Shades of Jacko Bean #463D2E

Tints of Jacko Bean #463D2E

Color information

#463D2E (or 0x463D2E) is unknown color: approx Jacko Bean. HEX triplet: 46, 3D and 2E. RGB value is (70,61,46). Sum of RGB (Red+Green+Blue) = 70+61+46=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 70 - color contains mainly: red. Hex color #463D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463D2E is #B9C2D1. Grayscale: #3E3E3E. Windows color (decimal): -12174034 or 3030342. OLE color: 3030342.

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

Color convert

RGB706146-
CMYK00.130.340.73
HSL37.5º20.69%22.75%-
HSV(B)37.5º34.29%27.45%-
XYZ4.694.843.27-
YUV61.98118.98133.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.55%
GREEN value IS 61 (24.22% from 255) = 34.46%
BLUE value IS 46 (18.36% from 255) = 25.99%
R=39.55%
G=34.46%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70614600.130.340.7337.520.6922.75
Hex463D2E0D2249251517
Octal106755601542111452527
Binary10001101111011011100110110001010010011001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,61,46); }

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

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

 a { background-color: rgb(70,61,46); }

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

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

 span { border-color: rgb(70,61,46); }

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