#463A27

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

Shades of Jacko Bean #463A27

Tints of Jacko Bean #463A27

Color information

#463A27 (or 0x463A27) is unknown color: approx Jacko Bean. HEX triplet: 46, 3A and 27. RGB value is (70,58,39). Sum of RGB (Red+Green+Blue) = 70+58+39=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #463A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A27 is #B9C5D8. Grayscale: #3B3B3B. Windows color (decimal): -12174809 or 2570822. OLE color: 2570822.

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

Color convert

RGB705839-
CMYK00.170.440.73
HSL36.77º28.44%21.37%-
HSV(B)36.77º44.29%27.45%-
XYZ4.414.472.55-
YUV59.42116.48135.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.92%
GREEN value IS 58 (23.05% from 255) = 34.73%
BLUE value IS 39 (15.62% from 255) = 23.35%
R=41.92%
G=34.73%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70583900.170.440.7336.7728.4421.37
Hex463A270112C49251c15
Octal106724702154111453425
Binary100011011101010011101000110110010010011001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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