#46392A

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

Shades of Jacko Bean #46392A

Tints of Jacko Bean #46392A

Color information

#46392A (or 0x46392A) is unknown color: approx Jacko Bean. HEX triplet: 46, 39 and 2A. RGB value is (70,57,42). Sum of RGB (Red+Green+Blue) = 70+57+42=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #46392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46392A is #B9C6D5. Grayscale: #3B3B3B. Windows color (decimal): -12175062 or 2767174. OLE color: 2767174.

HSL color Cylindrical-coordinate representation of color #46392A: hue angle of 32.14º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46392A is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB705742-
CMYK00.190.400.73
HSL32.14º25%21.96%-
HSV(B)32.14º40%27.45%-
XYZ4.414.42.81-
YUV59.18118.31135.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.42%
GREEN value IS 57 (22.66% from 255) = 33.73%
BLUE value IS 42 (16.80% from 255) = 24.85%
R=41.42%
G=33.73%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70574200.190.400.7332.142521.96
Hex46392A0132849201916
Octal106715202350111403126
Binary100011011100110101001001110100010010011000001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46392A; }

 p { color: rgb(70,57,42); }

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

<style>
 a { background-color: #46392A; }

 a { background-color: rgb(70,57,42); }

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

<style>
 span { border-color: #46392A; }

 span { border-color: rgb(70,57,42); }

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