#443D31

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

Shades of Jacko Bean #443D31

Tints of Jacko Bean #443D31

Color information

#443D31 (or 0x443D31) is unknown color: approx Jacko Bean. HEX triplet: 44, 3D and 31. RGB value is (68,61,49). Sum of RGB (Red+Green+Blue) = 68+61+49=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 68 - color contains mainly: red. Hex color #443D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443D31 is #BBC2CE. Grayscale: #3D3D3D. Windows color (decimal): -12305103 or 3226948. OLE color: 3226948.

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

Color convert

RGB686149-
CMYK00.100.280.73
HSL37.89º16.24%22.94%-
HSV(B)37.89º27.94%26.67%-
XYZ4.614.793.59-
YUV61.72120.82132.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.20%
GREEN value IS 61 (24.22% from 255) = 34.27%
BLUE value IS 49 (19.53% from 255) = 27.53%
R=38.20%
G=34.27%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68614900.100.280.7337.8916.2422.94
Hex443D310A1C49261017
Octal104756101234111462027
Binary1000100111101110001010101110010010011001101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443D31; }

 p { color: rgb(68,61,49); }

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

<style>
 a { background-color: #443D31; }

 a { background-color: rgb(68,61,49); }

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

<style>
 span { border-color: #443D31; }

 span { border-color: rgb(68,61,49); }

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