#443222

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

Shades of Clinker #443222

Tints of Clinker #443222

Color information

#443222 (or 0x443222) is unknown color: approx Clinker. HEX triplet: 44, 32 and 22. RGB value is (68,50,34). Sum of RGB (Red+Green+Blue) = 68+50+34=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 68 - color contains mainly: red. Hex color #443222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443222 is #BBCDDD. Grayscale: #353535. Windows color (decimal): -12307934 or 2241092. OLE color: 2241092.

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

Color convert

RGB685034-
CMYK00.260.500.73
HSL28.24º33.33%20%-
HSV(B)28.24º50%26.67%-
XYZ3.813.632.01-
YUV53.56116.96138.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.74%
GREEN value IS 50 (19.92% from 255) = 32.89%
BLUE value IS 34 (13.67% from 255) = 22.37%
R=44.74%
G=32.89%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68503400.260.500.7328.2433.3320
Hex44322201A32491c2114
Octal104624203262111344124
Binary100010011001010001001101011001010010011110010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443222; }

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

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

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

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

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

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

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

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