#44392A

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

Shades of Jacko Bean #44392A

Tints of Jacko Bean #44392A

Color information

#44392A (or 0x44392A) is unknown color: approx Jacko Bean. HEX triplet: 44, 39 and 2A. RGB value is (68,57,42). Sum of RGB (Red+Green+Blue) = 68+57+42=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 68 - color contains mainly: red. Hex color #44392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44392A is #BBC6D5. Grayscale: #3A3A3A. Windows color (decimal): -12306134 or 2767172. OLE color: 2767172.

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

Color convert

RGB685742-
CMYK00.160.380.73
HSL34.62º23.64%21.57%-
HSV(B)34.62º38.24%26.67%-
XYZ4.264.322.8-
YUV58.58118.64134.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.72%
GREEN value IS 57 (22.66% from 255) = 34.13%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=40.72%
G=34.13%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68574200.160.380.7334.6223.6421.57
Hex44392A0102649231816
Octal104715202046111433026
Binary100010011100110101001000010011010010011000111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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