#463C2B

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

Shades of Jacko Bean #463C2B

Tints of Jacko Bean #463C2B

Color information

#463C2B (or 0x463C2B) is unknown color: approx Jacko Bean. HEX triplet: 46, 3C and 2B. RGB value is (70,60,43). Sum of RGB (Red+Green+Blue) = 70+60+43=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #463C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C2B is #B9C3D4. Grayscale: #3D3D3D. Windows color (decimal): -12174293 or 2833478. OLE color: 2833478.

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

Color convert

RGB706043-
CMYK00.140.390.73
HSL37.78º23.89%22.16%-
HSV(B)37.78º38.57%27.45%-
XYZ4.584.712.95-
YUV61.05117.81134.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.46%
GREEN value IS 60 (23.83% from 255) = 34.68%
BLUE value IS 43 (17.19% from 255) = 24.86%
R=40.46%
G=34.68%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70604300.140.390.7337.7823.8922.16
Hex463C2B0E2749261816
Octal106745301647111463026
Binary10001101111001010110111010011110010011001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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