#443322

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

Shades of Clinker #443322

Tints of Clinker #443322

Color information

#443322 (or 0x443322) is unknown color: approx Clinker. HEX triplet: 44, 33 and 22. RGB value is (68,51,34). Sum of RGB (Red+Green+Blue) = 68+51+34=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #443322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443322 is #BBCCDD. Grayscale: #363636. Windows color (decimal): -12307678 or 2241348. OLE color: 2241348.

HSL color Cylindrical-coordinate representation of color #443322: hue angle of 30º 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 #443322 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.73.

Color convert

RGB685134-
CMYK00.250.500.73
HSL30º33.33%20%-
HSV(B)30º50%26.67%-
XYZ3.863.712.03-
YUV54.14116.63137.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.44%
GREEN value IS 51 (20.31% from 255) = 33.33%
BLUE value IS 34 (13.67% from 255) = 22.22%
R=44.44%
G=33.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68513400.250.500.733033.3320
Hex44332201932491e2114
Octal104634203162111364124
Binary100010011001110001001100111001010010011111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443322; }

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

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

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

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

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

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

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

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