#44382A

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

Shades of Jacko Bean #44382A

Tints of Jacko Bean #44382A

Color information

#44382A (or 0x44382A) is unknown color: approx Jacko Bean. HEX triplet: 44, 38 and 2A. RGB value is (68,56,42). Sum of RGB (Red+Green+Blue) = 68+56+42=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 68 - color contains mainly: red. Hex color #44382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44382A is #BBC7D5. Grayscale: #3A3A3A. Windows color (decimal): -12306390 or 2766916. OLE color: 2766916.

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

Color convert

RGB685642-
CMYK00.180.380.73
HSL32.31º23.64%21.57%-
HSV(B)32.31º38.24%26.67%-
XYZ4.224.222.78-
YUV57.99118.98135.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.96%
GREEN value IS 56 (22.27% from 255) = 33.73%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=40.96%
G=33.73%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68564200.180.380.7332.3123.6421.57
Hex44382A0122649201816
Octal104705202246111403026
Binary100010011100010101001001010011010010011000001100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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