#443120

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

Shades of Clinker #443120

Tints of Clinker #443120

Color information

#443120 (or 0x443120) is unknown color: approx Clinker. HEX triplet: 44, 31 and 20. RGB value is (68,49,32). Sum of RGB (Red+Green+Blue) = 68+49+32=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #443120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443120 is #BBCEDF. Grayscale: #343434. Windows color (decimal): -12308192 or 2109764. OLE color: 2109764.

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

Color convert

RGB684932-
CMYK00.280.530.73
HSL28.33º36%19.61%-
HSV(B)28.33º52.94%26.67%-
XYZ3.743.531.85-
YUV52.74116.29138.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.64%
GREEN value IS 49 (19.53% from 255) = 32.89%
BLUE value IS 32 (12.89% from 255) = 21.48%
R=45.64%
G=32.89%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68493200.280.530.7328.333619.61
Hex44312001C35491c2414
Octal104614003465111344424
Binary100010011000110000001110011010110010011110010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443120; }

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

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

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

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

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

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

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

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