#443221

Color #443221 Clinker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clinker #443221

Tints of Clinker #443221

Color information

#443221 (or 0x443221) is unknown color: approx Clinker. HEX triplet: 44, 32 and 21. RGB value is (68,50,33). Sum of RGB (Red+Green+Blue) = 68+50+33=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #443221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443221 is #BBCDDE. Grayscale: #353535. Windows color (decimal): -12307935 or 2175556. OLE color: 2175556.

HSL color Cylindrical-coordinate representation of color #443221: hue angle of 29.14º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #443221 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB685033-
CMYK00.260.510.73
HSL29.14º34.65%19.8%-
HSV(B)29.14º51.47%26.67%-
XYZ3.83.621.94-
YUV53.44116.46138.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.03%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 33 (13.28% from 255) = 21.85%
R=45.03%
G=33.11%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68503300.260.510.7329.1434.6519.8
Hex44322101A33491d2314
Octal104624103263111354324
Binary100010011001010000101101011001110010011110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443221; }

 p { color: rgb(68,50,33); }

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

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

 a { background-color: rgb(68,50,33); }

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

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

 span { border-color: rgb(68,50,33); }

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