#44392B

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

Shades of Jacko Bean #44392B

Tints of Jacko Bean #44392B

Color information

#44392B (or 0x44392B) is unknown color: approx Jacko Bean. HEX triplet: 44, 39 and 2B. RGB value is (68,57,43). Sum of RGB (Red+Green+Blue) = 68+57+43=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 68 - color contains mainly: red. Hex color #44392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44392B is #BBC6D4. Grayscale: #3A3A3A. Windows color (decimal): -12306133 or 2832708. OLE color: 2832708.

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

Color convert

RGB685743-
CMYK00.160.370.73
HSL33.6º22.52%21.76%-
HSV(B)33.6º36.76%26.67%-
XYZ4.284.332.9-
YUV58.69119.14134.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.48%
GREEN value IS 57 (22.66% from 255) = 33.93%
BLUE value IS 43 (17.19% from 255) = 25.60%
R=40.48%
G=33.93%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68574300.160.370.7333.622.5221.76
Hex44392B0102549221716
Octal104715302045111422726
Binary100010011100110101101000010010110010011000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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