#44382B

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

Shades of Jacko Bean #44382B

Tints of Jacko Bean #44382B

Color information

#44382B (or 0x44382B) is unknown color: approx Jacko Bean. HEX triplet: 44, 38 and 2B. RGB value is (68,56,43). Sum of RGB (Red+Green+Blue) = 68+56+43=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 68 - color contains mainly: red. Hex color #44382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44382B is #BBC7D4. Grayscale: #3A3A3A. Windows color (decimal): -12306389 or 2832452. OLE color: 2832452.

HSL color Cylindrical-coordinate representation of color #44382B: hue angle of 31.2º 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 #44382B is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB685643-
CMYK00.180.370.73
HSL31.2º22.52%21.76%-
HSV(B)31.2º36.76%26.67%-
XYZ4.234.232.88-
YUV58.11119.48135.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.72%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 43 (17.19% from 255) = 25.75%
R=40.72%
G=33.53%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68564300.180.370.7331.222.5221.76
Hex44382B01225491f1716
Octal104705302245111372726
Binary10001001110001010110100101001011001001111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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